C# Class Create3DNoise, Hellbound

Inheritance: MonoBehaviour
Mostrar archivo Open project: Backman/Hellbound

Public Properties

Property Type Description
size int
tex UnityEngine.Texture3D

Public Methods

Method Description
Generate ( ) : void
OnEnable ( ) : void

Private Methods

Method Description
Vector3Add ( Vector3 Vector, float Float ) : Vector3
fbm ( float x, float y, float z ) : float
hash ( float n ) : float
noise ( Vector3 x ) : float

Method Details

Generate() public method

public Generate ( ) : void
return void

OnEnable() public method

public OnEnable ( ) : void
return void

Property Details

size public_oe property

public int size
return int

tex public_oe property

public Texture3D,UnityEngine tex
return UnityEngine.Texture3D