Skip to content

Proof of concept: algorithms for generating terrain chunks, assembling them into a sphere

License

Notifications You must be signed in to change notification settings

jpxor/POC-Planetary-Terrain

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Proof Of Concept

Planetary Terrain Generation / Cube to Sphere Mapping

  • Generating flat terrain chunks with arbitrary position and rotation, and mapping them onto a sphere (Generate.java).
  • VertexViz (Visualize.java) for viewing lists of vertices (100% java, no extra libraries needed).
  • Rotation matrix implementation (Rotation.java).

noisy sphere

sphere

cube

About

Proof of concept: algorithms for generating terrain chunks, assembling them into a sphere

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages