Advertisement
GregroxMun

ExportTextures Syntax Proposal

Feb 9th, 2018
111
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.38 KB | None | 0 0
  1. Kopernicus
  2. {
  3. Body
  4. {
  5. ExportTextures
  6. {
  7. enabled = true
  8. color = //filepath and name for the Planet_Color.png
  9. normal = //filepath and name for the Planet_Normal.png
  10. heightmap = //Filepath and name for the Planet_Heightmap.png
  11. mapMaxHeight = //altitude number
  12. transparentOceans = //true/false
  13. filesize = //largest dimension, such as 4096 or so.
  14. }
  15. }
  16. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement