C# Class ProbePolisher, Kvant

Inheritance: Editor
Mostra file Open project: keijiro/Kvant Class Usage Examples

Public Methods

Method Description
OnInspectorGUI ( ) : void

Private Methods

Method Description
CheckPolishable ( LightProbes probes ) : bool
ColorToVector3 ( Color c ) : Vector3
MakeSkybox ( string probePath, Vector3 coeffs ) : void
NewCoeffsFromVectorArray ( Vector3 va ) : float[]
NewVectorArrayFromCoeffs ( float coeffs, int offset ) : Vector3[]
ResetPolisherIfNeeded ( LightProbes probes ) : void
RotateSHCoeffs ( Vector3 coeffs, float yawDegree ) : Vector3[]
ShowPolisherGUI ( LightProbes probes ) : void

Method Details

OnInspectorGUI() public method

public OnInspectorGUI ( ) : void
return void