Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
flo-bit committed Sep 19, 2024
1 parent 44d36da commit b88f374
Show file tree
Hide file tree
Showing 2 changed files with 45 additions and 35 deletions.
42 changes: 7 additions & 35 deletions Readme.md
Original file line number Diff line number Diff line change
@@ -1,38 +1,10 @@
## possible features
# tiny planets

### vegetation
- [ ] raise ground around vegetation items
- [ ] change ground color around vegetation items
- [ ] change color of vegetation items based on noise
- [ ] filter vegetation placement based on:
- [ ] noise
- [x] height
- [ ] slope
- [ ] different materials
procedurally generated tiny planets in three.js

### weather
- [ ] clouds
- [ ] particles (snow, rain, etc)
## features

### water
- [ ] moving water
- [ ] water reflections
- [ ] water refractions
- [ ] water caustics
- [ ] water foam

### biomes
- [ ] mixed biomes by
- [ ] noise
- [ ] distance

### terrain
- [x] flat shading
- [ ] smooth shading

### lighting
- [ ] shadows
- [ ] ambient occlusion


- [ ] physics
- generated using web workers
- adjustable detail level
- with vegetation
- presets
38 changes: 38 additions & 0 deletions features.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
## possible features

### vegetation
- [ ] raise ground around vegetation items
- [ ] change ground color around vegetation items
- [ ] change color of vegetation items based on noise
- [ ] filter vegetation placement based on:
- [ ] noise
- [x] height
- [ ] slope
- [ ] different materials

### weather
- [ ] clouds
- [ ] particles (snow, rain, etc)

### water
- [ ] moving water
- [ ] water reflections
- [ ] water refractions
- [ ] water caustics
- [ ] water foam

### biomes
- [ ] mixed biomes by
- [ ] noise
- [ ] distance

### terrain
- [x] flat shading
- [ ] smooth shading

### lighting
- [ ] shadows
- [ ] ambient occlusion


- [ ] physics

0 comments on commit b88f374

Please sign in to comment.