C# Class ProbePolisher, Kvant

Inheritance: Editor
Afficher le fichier Open project: keijiro/Kvant Class Usage Examples

Méthodes publiques

Méthode Description
OnInspectorGUI ( ) : void

Private Methods

Méthode 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 méthode

public OnInspectorGUI ( ) : void
Résultat void