Skip to content

Examples of Terrain Alignment for Unity

License

Notifications You must be signed in to change notification settings

skaughtx0r/TerrainAlign

This branch is 1 commit ahead of Roland09/TerrainAlign:main.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

535c1b8 · May 24, 2023

History

25 Commits
May 24, 2023
Aug 2, 2021
Aug 2, 2021
Aug 2, 2021
Aug 2, 2021

Repository files navigation

TerrainAlign

Examples of Terrain Alignment for Unity. I put it on github for educational purposes in case someone wants to toy around.

It works by projection of gameobjects and then blending that projection with the heightmap. Currently the projection works with a camera that's the full terrain size. Of course especially for performance reasons one would only project the gameobject itself or only delta changes in case of a spline road or a brush painted path, but that'll come at a later state while this tool evolves.

Important: This is only experimental so far, install into a new project or backup your terrain!


Example Usage

Random Mesh

Teapot Example

Road Mesh

Teapot Example

About

Examples of Terrain Alignment for Unity

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C# 84.0%
  • ShaderLab 16.0%