We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 627d6ca commit aa51d94Copy full SHA for aa51d94
terrain_with_heigthmap.shader
@@ -1,6 +1,6 @@
1
// Upgrade NOTE: replaced '_Object2World' with 'unity_ObjectToWorld'
2
// Upgrade NOTE: replaced 'mul(UNITY_MATRIX_MVP,*)' with 'UnityObjectToClipPos(*)'
3
-
+// Heightmap should be in high resolution (1024x1024 or better) and be blurred to avoid artifacts. Set Main Camera to following position (0,50,0).
4
Shader "Terrain with heightmap"
5
{
6
Properties
0 commit comments