Home
last modified time | relevance | path

Searched refs:splitRotated (Results 1 – 7 of 7) sorted by relevance

/dports/graphics/ogre3d19/sinbad-ogre-dd30349ea667/Tools/Blender2.6Export/ogre_mesh_exporter/
H A Dmesh_exporter.py70 …angentSemantic = 'tangent', tangentSize = '3', splitMirrored = False, splitRotated = False, reorga… argument
77 self.splitRotated = splitRotated
93splitRotated = meshSettings.splitRotated if (meshSettings.splitRotated_override) else globalSettin…
225 if settings.splitRotated:
H A Dmesh_properties.py209 splitRotated = BoolProperty( variable in MeshProperties
H A Dglobal_properties.py191 splitRotated = BoolProperty( variable in GlobalProperties
/dports/graphics/ogre3d19/sinbad-ogre-dd30349ea667/OgreMain/include/
H A DOgreMesh.h642 bool splitMirrored = false, bool splitRotated = false, bool storeParityInW = false);
/dports/graphics/ogre3d/ogre-1.11.6/OgreMain/include/
H A DOgreMesh.h700 bool splitMirrored = false, bool splitRotated = false, bool storeParityInW = false);
/dports/graphics/ogre3d19/sinbad-ogre-dd30349ea667/OgreMain/src/
H A DOgreMesh.cpp1168 bool splitMirrored, bool splitRotated, bool storeParityInW) in buildTangentVectors() argument
1173 tangentsCalc.setSplitRotated(splitRotated); in buildTangentVectors()
/dports/graphics/ogre3d/ogre-1.11.6/OgreMain/src/
H A DOgreMesh.cpp1445 bool splitMirrored, bool splitRotated, bool storeParityInW) in buildTangentVectors() argument
1450 tangentsCalc.setSplitRotated(splitRotated); in buildTangentVectors()