Publisher | Doubtfulpixel |
---|---|
File size | 2.08MB |
Number of files | 37 |
Latest version | 1 |
Latest release date | 2018-03-28 06:07:33 |
First release date | 2017-07-25 08:32:18 |
Supported Unity versions | 2018.4.2 or higher |
Wire terrain package allows you procedurally create wireframe meshes from Unity Terrain objects. Generated meshes are native Unity meshes that are created with flag “MeshTopology.Lines”. These meshes are created in 3d space.
There are two types of wire representation that you can create from terrain:
- Contours
- Grid
IMPORTANT!!!
There is no way to change thickness (stroke) of generated lines – line always renders with the thickness of one pixel!
Source code included.
WebGL demo:
Wire Terrain demo
Documentation:
WireTerrainHelpV1.pdf
Unity forum thread:
https://forum.unity.com/threads/released-wire-terrain.520407/
Updates:
Version 1.1 - Mesh optimization - merge coincident vertices.
There are two types of wire representation that you can create from terrain:
- Contours
- Grid
IMPORTANT!!!
There is no way to change thickness (stroke) of generated lines – line always renders with the thickness of one pixel!
Source code included.
WebGL demo:
Wire Terrain demo
Documentation:
WireTerrainHelpV1.pdf
Unity forum thread:
https://forum.unity.com/threads/released-wire-terrain.520407/
Updates:
Version 1.1 - Mesh optimization - merge coincident vertices.