Skip to content

Tool to preview procedural terrain generation for Terra (Unity)

Notifications You must be signed in to change notification settings

Daxxas/TerraGenerationPreview

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TerraGenerationPreview

Unofficial tool to preview Terra's generation !

Terra repo : https://github.com/PolyhedralDev/Terra

Reminders :
The parser is not the exact same, you need to change if from (if(max(y-150, 0), some_math_1, some_math_2)) to (if(max(y-150, 0) > 0, some_math_1, some_math_2)) and priorities are not exactly the same, where this -(y / 62)^2 needs more parenthesis like -((y / 62)^2)

Controls :
Arrows : Control freecam Right Click : Control freecam's camera Shift : Fast Mode

Preview (Sorry for the unity look, this is an alpha) : Tool preview

About

Tool to preview procedural terrain generation for Terra (Unity)

Resources

Stars

Watchers

Forks

Packages

No packages published