Module Collada
[hide private]
[frames] | no frames]

Module Collada

source code

Classes [hide private]
  DaeDocument
  DaeEntity
  DaeElement
  DaeLibrary
  DaeAsset
  DaeScene
  DaeUnit
  DaeContributor
  DaeAnimation
  DaeSampler
  DaeChannel
  DaeAnimationClip
  DaeCamera
  DaeController
  DaeImage
  DaeGeometry
  DaeConvexMesh
  DaeMesh
  DaeVertices
  DaeInput
  DaeSource
  DaeLight
  DaeVisualScene
  DaeNode
  DaeTechnique
  DaeOptics
  DaeImager
  DaeExtra
  DaeAccessor
  DaeParam
  DaeArray
  DaeFloatArray
  DaeIntArray
  DaeBoolArray
  DaeNameArray
  DaeIDREFArray
  DaePrimitive
  DaeLines
  DaeLineStrips
  DaePolygons
  DaePolylist
  DaeTriangles
  DaeTriFans
  DaeTriStrips
  DaeInstance
  DaeAnimationInstance
  DaeCameraInstance
  DaeControllerInstance
  DaeEffectInstance
  DaeGeometryInstance
  DaeLightInstance
  DaeNodeInstance
  DaeVisualSceneInstance
  DaeSkeleton
  DaeSyntax
  DaeFxBindMaterial
  DaeFxMaterialInstance
  DaeFxMaterial
  DaeFxEffectInstance
  DaeFxEffect
  DaeFxProfileCommon
  DaeFxImage
  DaeFxNewParam
  DaeFxTechnique
  DaeFxShadeConstant
  DaeFxShadeLambert
  DaeFxShadeBlinn
  DaeFxShadePhong
  DaeFxCommonColorAndTextureContainer
  DaeFxCommonFloatAndParamContainer
  DaeFxColor
  DaeFxTexture
  DaeFxSyntax
  DaePhysicsScene
  DaePhysicsModelInstance
  DaePhysicsSceneInstance
  DaePhysicsMaterialInstance
  DaeRigidBodyInstance
  DaePhysicsModel
  DaePhysicsMaterial
  DaeRigidBody
  DaeShape
  DaeBoxShape
  DaeSphereShape
  DaeCylinderShape
  DaeTaperedCylinderShape
  DaePlaneShape
  DaeCapsuleShape
  DaeGeometryShape
  DaePhysicsSyntax
Functions [hide private]
 
ToFloat(val) source code
 
ToInt(val) source code
 
ToFloat3(stringValue) source code
 
ToFloat2(stringValue, errorText='') source code
 
ToList(var) source code
 
ToFloatList(var) source code
 
ToIntList(lst) source code
 
ToBoolList(lst) source code
 
ToFloat4(stringValue) source code
 
ToFloat7(stringValue) source code
 
AddVec3(vector1, vector2) source code
 
ToMatrix4(matrixElement) source code
 
ToMatrix3(matrixElement) source code
 
GetVector3(element) source code
 
GetEuler(rotateElement) source code
 
AddEuler(euler1, euler2) source code
 
MatrixToString(mat, nDigits) source code
 
RoundList(lst, nDigits) source code
 
ListToString(lst) source code
 
FindElementByTagName(parentNode, type) source code
 
FindElementsByTagName(parentNode, type) source code
 
ReadAttribute(node, attributeName) source code
 
ReadContents(node) source code
 
ReadDateTime(node) source code
 
RemoveWhiteSpace(parent) source code
 
RemoveWhiteSpaceNode(parent) source code
 
GetDateTime(xmlvalue) source code
 
ToDateTime(val) source code
 
GetStringArrayFromNodes(xmlNodes) source code
 
GetListFromNodes(xmlNodes, cast='') source code
 
ToXml(xmlNode, indent='\t', newl='\n') source code
 
__ToXml(xmlNode, indent='\t', newl='\n', totalIndent='') source code
 
CreateObjectsFromXml(colladaDocument, xmlNode, nodeType, objectType) source code
 
CreateObjectFromXml(colladaDocument, xmlNode, nodeType, objectType, setSyntax=True) source code
 
CastFromXml(colladaDocument, xmlNode, nodeType, cast, default='') source code
 
CastAttributeFromXml(xmlNode, nodeType, cast, default='') source code
 
AppendChild(daeDocument, xmlNode, daeEntity) source code
 
AppendChilds(daeDocument, xmlNode, daeEntities) source code
 
AppendTextChild(xmlNode, syntax, object, default='') source code
 
AppendTextInChild(xmlNode, object) source code
 
SetAttribute(xmlNode, syntax, object) source code
 
ReadNodeUrl(node) source code
 
WriteNodeUrl(node, url) source code
 
IsVersionOk(version, curVersion) source code
 
StripString(text) source code
Variables [hide private]
  ROUND = 5
  angleToRadian = 0.0174532922222
  radianToAngle = 57.2957804904
  MAXYEAR = 9999
  MINYEAR = 1
  datetime_CAPI = <PyCObject object at 0x401d4a40>