Method | Description | |
---|---|---|
GetAllInputs ( Document primitive ) : List |
Helper function. Returns all the inputs of the primitive. Resolve the 'VERTEX' indirection case. The COLLADA document The "
|
|
GetInput ( Document primitive, string semantic ) : List |
Helper function. Returns inputs with specified semantic for specified primitive. Resolves the 'VERTEX' indirection case.
|
|
GetNodeByName ( Document root, string sid ) : Document.Node | ||
GetPValue ( Document input, Document primitive, int index ) : int |
Helper function, returns the p[] value for the given index
|
|
GetPositionInput ( Document mesh ) : Document.Input |
Helper function, returns the "" that has the POSITION semantic
|
|
GetSourceElement ( Document doc, Document input, int index ) : float[] |
Helper function, returns the element of a source for the given index
|
|
GetTargetNodeId ( Document doc, string targetAddress ) : string | ||
Log ( COLLADALogType type, string msg ) : void | ||
Log ( |
||
Log ( |
||
Log ( string msg ) : void |
public static GetAllInputs ( Document primitive ) : List |
||
primitive | Document | |
return | List |
public static GetInput ( Document primitive, string semantic ) : List |
||
primitive | Document | The " |
semantic | string | The semantic the inputs should have. |
return | List |
public static GetNodeByName ( Document root, string sid ) : Document.Node | ||
root | Document | |
sid | string | |
return | Document.Node |
public static GetPValue ( Document input, Document primitive, int index ) : int | ||
input | Document | The "" element we need the index of. |
primitive | Document | The " |
index | int | The index for which we need the p[] value. |
return | int |
public static GetPositionInput ( Document mesh ) : Document.Input | ||
mesh | Document | The " |
return | Document.Input |
public static GetSourceElement ( Document doc, Document input, int index ) : float[] | ||
doc | Document | The COLLADA document |
input | Document | The "" element we need the index of. |
index | int | The index for which we need the value. |
return | float[] |
public static GetTargetNodeId ( Document doc, string targetAddress ) : string | ||
doc | Document | |
targetAddress | string | |
return | string |
public static Log ( COLLADALogType type, string msg ) : void | ||
type | COLLADALogType | |
msg | string | |
return | void |
public static Log ( |
||
e | ||
return | void |