[READ-ONLY] Mirror of https://github.com/flo-bit/tiny-planets. procedurally generated tiny planets in the browsers flo-bit.dev/tiny-planets/
low-poly planets procedural-generation threejs
0

Configure Feed

Select the types of activity you want to include in your feed.

update readme

Florian (Sep 20, 2024, 1:11 AM +0200) b88f3745 44d36da9

+45 -35
+7 -35
Readme.md
··· 1 - ## possible features 1 + # tiny planets 2 2 3 - ### vegetation 4 - - [ ] raise ground around vegetation items 5 - - [ ] change ground color around vegetation items 6 - - [ ] change color of vegetation items based on noise 7 - - [ ] filter vegetation placement based on: 8 - - [ ] noise 9 - - [x] height 10 - - [ ] slope 11 - - [ ] different materials 3 + procedurally generated tiny planets in three.js 12 4 13 - ### weather 14 - - [ ] clouds 15 - - [ ] particles (snow, rain, etc) 5 + ## features 16 6 17 - ### water 18 - - [ ] moving water 19 - - [ ] water reflections 20 - - [ ] water refractions 21 - - [ ] water caustics 22 - - [ ] water foam 23 - 24 - ### biomes 25 - - [ ] mixed biomes by 26 - - [ ] noise 27 - - [ ] distance 28 - 29 - ### terrain 30 - - [x] flat shading 31 - - [ ] smooth shading 32 - 33 - ### lighting 34 - - [ ] shadows 35 - - [ ] ambient occlusion 36 - 37 - 38 - - [ ] physics 7 + - generated using web workers 8 + - adjustable detail level 9 + - with vegetation 10 + - presets
+38
features.md
··· 1 + ## possible features 2 + 3 + ### vegetation 4 + - [ ] raise ground around vegetation items 5 + - [ ] change ground color around vegetation items 6 + - [ ] change color of vegetation items based on noise 7 + - [ ] filter vegetation placement based on: 8 + - [ ] noise 9 + - [x] height 10 + - [ ] slope 11 + - [ ] different materials 12 + 13 + ### weather 14 + - [ ] clouds 15 + - [ ] particles (snow, rain, etc) 16 + 17 + ### water 18 + - [ ] moving water 19 + - [ ] water reflections 20 + - [ ] water refractions 21 + - [ ] water caustics 22 + - [ ] water foam 23 + 24 + ### biomes 25 + - [ ] mixed biomes by 26 + - [ ] noise 27 + - [ ] distance 28 + 29 + ### terrain 30 + - [x] flat shading 31 + - [ ] smooth shading 32 + 33 + ### lighting 34 + - [ ] shadows 35 + - [ ] ambient occlusion 36 + 37 + 38 + - [ ] physics