Functions | |
json | WSM.Gltf.APIWriteGltfFileReadOnly (nHistoryID, sFilePath, bWriteHiddenObject, trans) |
In: nHistoryID, sFilePath, bWriteHiddenObject, trans Out:JSON_UNDEFINED. | |
json | WSM.Gltf.APILoadGltfFile (nHistoryID, sFilePath, trans, layerID, nGNO, aNodeInfoVec, bComputeEdges) |
In: nHistoryID, sFilePath, trans, layerID, nGNO, aNodeInfoVec, bComputeEdges Out:JSON_UNDEFINED | |
json WSM.Gltf.APILoadGltfFile | ( | nHistoryID | , |
sFilePath | , | ||
trans | , | ||
layerID | , | ||
nGNO | , | ||
aNodeInfoVec | , | ||
bComputeEdges | |||
) |
In: nHistoryID, sFilePath, trans, layerID, nGNO, aNodeInfoVec, bComputeEdges Out:JSON_UNDEFINED
[in] | nHistoryID | int |
[in] | sFilePath | String |
[in] | trans | (OPTIONAL) WSM.Transf3d |
[in] | layerID | (OPTIONAL, default = WSM.INVALID_ID) int |
[in] | nGNO | (OPTIONAL, default = WSM.nNoGeneratedNormals) WSM.nGeneratedNormalsOptions |
[in] | aNodeInfoVec | (OPTIONAL) Array of WSM.GltfNodeInfo |
[in] | bComputeEdges | (OPTIONAL, default = true) bool |
json WSM.Gltf.APIWriteGltfFileReadOnly | ( | nHistoryID | , |
sFilePath | , | ||
bWriteHiddenObject | , | ||
trans | |||
) |
In: nHistoryID, sFilePath, bWriteHiddenObject, trans Out:JSON_UNDEFINED.
[in] | nHistoryID | int |
[in] | sFilePath | String |
[in] | bWriteHiddenObject | (OPTIONAL, default = false) bool |
[in] | trans | (OPTIONAL) WSM.Transf3d |