Ethans Graphics Kit
Collection of graphics effects for the game engine Unity3D(version 5.3.1 specifically).
EthansGraphicsKit.ProceduralMesh Namespace Reference

Classes

class  ProceduralScene
 ProceduralScene, generate mesh from ProceduralSceneFunction. More...
 
struct  SceneFunctionSample
 Scene function sample. More...
 

Functions

delegate SceneFunctionSample ProceduralSceneFunction (float x, float y, float z)
 Procedural scene function. More...
 

Function Documentation

delegate SceneFunctionSample EthansGraphicsKit.ProceduralMesh.ProceduralSceneFunction ( float  x,
float  y,
float  z 
)

Procedural scene function.

Parameters
x
y
z
Returns