C# Class Radegast.Rendering.BoundingVolume

ファイルを表示 Open project: justasabc/UnityOpenSimClient Class Usage Examples

Public Properties

Property Type Description
ScaledMax System.Vector3
ScaledMin System.Vector3
ScaledR float

Public Methods

Method 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 method

public AddVolume ( BoundingVolume vol, System.Vector3 scale ) : void
vol BoundingVolume
scale System.Vector3
return void

CalcScaled() public method

public CalcScaled ( System.Vector3 scale ) : void
scale System.Vector3
return void

CreateBoundingVolume() public method

public CreateBoundingVolume ( OpenMetaverse mesh, System.Vector3 scale ) : void
mesh OpenMetaverse
scale System.Vector3
return void

FromScale() public method

public FromScale ( System.Vector3 scale ) : void
scale System.Vector3
return void

Property Details

ScaledMax public_oe property

public Vector3,System ScaledMax
return System.Vector3

ScaledMin public_oe property

public Vector3,System ScaledMin
return System.Vector3

ScaledR public_oe property

public float ScaledR
return float