Property | Type | Description | |
---|---|---|---|
m_Primitives | List |
||
m_Root | Node |
Method | Description | |
---|---|---|
AABBTree ( ) : System | ||
EvalDistance ( float3 _Position ) : float |
Evaluates the distance to the closest distance field primitive in the field
|
|
InsertLeaf ( IDistanceFieldPrimitive _Primitive ) : void |
Method | Description | |
---|---|---|
Balance ( Node A ) : Node |
public EvalDistance ( float3 _Position ) : float | ||
_Position | float3 | |
return | float |
public InsertLeaf ( IDistanceFieldPrimitive _Primitive ) : void | ||
_Primitive | IDistanceFieldPrimitive | |
return | void |