ofxPlanet is terrain generator.
ofxPlanet is terrain generator.
generate terrain strucutred by only plane using OpenGL instancing function.
- can generate terrain by 2d perlinnoise
- can generate cave by 3d perlinnoise
- can generate custome structure using weighting table
MIT License
this folder into the openFrameworks/addons/
folder.
- of_v0.11.0_vs2017_release
- Windows10
known problem is none.
first release
- implemented lighting system
- in now, supported only sun light
- add raycasting function
- interface: world.raycast(origin, dir, length) -> RaycastResult
- implemented chunk system
- interface: world.getChunk() -> Chunk
implemented workaround for bug of intel graphics driver
implemented split loading for chunk
minor fix
- implemented infinite world.
- the old version World class is renamed to FixedWorld.
- removed Planet class.
- removed license file at source folder.
- for this issue. issue#1