ZGameEditor Documentation
Community |
MeshNoiseMeshNoiseA mesh producer that filters an incoming mesh with Perlin noise. Try building a mesh with a MeshSphere and then adding a MeshNoise to see its effect. This component can only be used in the Mesh.Producers property. PropertiesNoiseSpeedEvery incoming vertex in multiplied with this amount before sent in to the noise function. NoiseScaleThe output of the noise function is scaled with this value. SymmetryX,SymmetryY,SymmetryZSet to control if the noise should be applied symmetrically in each axis. |