메소드 | 설명 | |
---|---|---|
GetBounds ( |
Calculates a rough bounds by using the joint radii without transforming all the points.
|
|
GetJointIndex ( |
||
GetJointIndex ( string name ) : int | ||
GetJointName ( int index ) : string | ||
GetNearestJoint ( int surfaceIndex, int a, int c, int b ) : int | ||
InitFromFile ( string fileName ) : void | ||
InstantiateDynamicModel ( |
||
Load ( ) : void |
Used for initial loads, reloadModel, and reloading the data of purged models. Upon exit, the model will absolutely be valid, but possibly as a default model. |
|
Print ( ) : void | ||
Purge ( ) : void | ||
TouchData ( ) : void |
Models that are already loaded at level start time will still touch their materials to make sure they are kept loaded.
|
|
idRenderModel_MD5 ( ) : System |
메소드 | 설명 | |
---|---|---|
CalculateBounds ( |
||
ParseJoint ( |
public GetBounds ( |
||
renderEntity | ||
리턴 | idBounds |
public GetNearestJoint ( int surfaceIndex, int a, int c, int b ) : int | ||
surfaceIndex | int | |
a | int | |
c | int | |
b | int | |
리턴 | int |
public InstantiateDynamicModel ( |
||
renderEntity | ||
view | ||
cachedModel | ||
리턴 |