C# Class Radegast.Rendering.BoundingVolume

Afficher le fichier Open project: justasabc/UnityOpenSimClient Class Usage Examples

Méthodes publiques

Свойство Type Description
ScaledMax System.Vector3
ScaledMin System.Vector3
ScaledR float

Méthodes publiques

Méthode Description
AddVolume ( BoundingVolume vol, System.Vector3 scale ) : void
CalcScaled ( System.Vector3 scale ) : void
CreateBoundingVolume ( OpenMetaverse mesh, System.Vector3 scale ) : void
FromScale ( System.Vector3 scale ) : void

Method Details

AddVolume() public méthode

public AddVolume ( BoundingVolume vol, System.Vector3 scale ) : void
vol BoundingVolume
scale System.Vector3
Résultat void

CalcScaled() public méthode

public CalcScaled ( System.Vector3 scale ) : void
scale System.Vector3
Résultat void

CreateBoundingVolume() public méthode

public CreateBoundingVolume ( OpenMetaverse mesh, System.Vector3 scale ) : void
mesh OpenMetaverse
scale System.Vector3
Résultat void

FromScale() public méthode

public FromScale ( System.Vector3 scale ) : void
scale System.Vector3
Résultat void

Property Details

ScaledMax public_oe property

public Vector3,System ScaledMax
Résultat System.Vector3

ScaledMin public_oe property

public Vector3,System ScaledMin
Résultat System.Vector3

ScaledR public_oe property

public float ScaledR
Résultat float