Searched refs:skinningType (Results 1 – 4 of 4) sorted by relevance
/dports/graphics/ogre3d19/sinbad-ogre-dd30349ea667/Components/RTShaderSystem/src/ |
H A D | OgreShaderExHardwareSkinning.cpp | 85 mSkinningType = skinningType; in setHardwareSkinningParam() 87 if(skinningType == ST_DUAL_QUATERNION) in setHardwareSkinningParam() 163 o << data.skinningType; in operator <<() 264 String skinningType = ""; in createInstance() local 282 SGScriptTranslator::getString(*it, &skinningType); in createInstance() 292 if(skinningType == "dual_quaternion") in createInstance() 354 if(skinningType == ST_DUAL_QUATERNION) in setCustomShadowCasterMaterials() 374 if(skinningType == ST_DUAL_QUATERNION) in setCustomShadowReceiverMaterials() 395 if(skinningType == ST_DUAL_QUATERNION) in getCustomShadowCasterMaterial() 410 if(skinningType == ST_DUAL_QUATERNION) in getCustomShadowReceiverMaterial() [all …]
|
/dports/graphics/ogre3d/ogre-1.11.6/Components/RTShaderSystem/src/ |
H A D | OgreShaderExHardwareSkinning.cpp | 74 mSkinningType = skinningType; in setHardwareSkinningParam() 76 if(skinningType == ST_DUAL_QUATERNION) in setHardwareSkinningParam() 152 o << data.skinningType; in operator <<() 254 String skinningType = ""; in createInstance() local 272 SGScriptTranslator::getString(*it, &skinningType); in createInstance() 282 if(skinningType == "dual_quaternion") in createInstance() 344 if(skinningType == ST_DUAL_QUATERNION) in setCustomShadowCasterMaterials() 364 if(skinningType == ST_DUAL_QUATERNION) in setCustomShadowReceiverMaterials() 385 if(skinningType == ST_DUAL_QUATERNION) in getCustomShadowCasterMaterial() 400 if(skinningType == ST_DUAL_QUATERNION) in getCustomShadowReceiverMaterial() [all …]
|
/dports/graphics/ogre3d19/sinbad-ogre-dd30349ea667/Components/RTShaderSystem/include/ |
H A D | OgreShaderExHardwareSkinning.h | 67 …isValid(true), maxBoneCount(0), maxWeightCount(0), skinningType(ST_LINEAR), correctAntipodalityHan… in SkinningData() 73 SkinningType skinningType; member 108 …void setHardwareSkinningParam(ushort boneCount, ushort weightCount, SkinningType skinningType = ST… 208 …virtual void setCustomShadowCasterMaterials(const SkinningType skinningType, const MaterialPtr& ca… 214 …virtual void setCustomShadowReceiverMaterials(const SkinningType skinningType, const MaterialPtr& … 220 …const MaterialPtr& getCustomShadowCasterMaterial(const SkinningType skinningType, ushort index) co… 225 …const MaterialPtr& getCustomShadowReceiverMaterial(const SkinningType skinningType, ushort index) … 242 …void prepareEntityForSkinning(const Entity* pEntity, SkinningType skinningType = ST_LINEAR, bool c… 326 …ushort boneCount, ushort weightCount, SkinningType skinningType, bool correctAntidpodalityHandling…
|
/dports/graphics/ogre3d/ogre-1.11.6/Components/RTShaderSystem/include/ |
H A D | OgreShaderExHardwareSkinning.h | 62 …isValid(true), maxBoneCount(0), maxWeightCount(0), skinningType(ST_LINEAR), correctAntipodalityHan… in SkinningData() 68 SkinningType skinningType; member 103 …void setHardwareSkinningParam(ushort boneCount, ushort weightCount, SkinningType skinningType = ST… 204 …virtual void setCustomShadowCasterMaterials(const SkinningType skinningType, const MaterialPtr& ca… 210 …virtual void setCustomShadowReceiverMaterials(const SkinningType skinningType, const MaterialPtr& … 216 …const MaterialPtr& getCustomShadowCasterMaterial(const SkinningType skinningType, ushort index) co… 221 …const MaterialPtr& getCustomShadowReceiverMaterial(const SkinningType skinningType, ushort index) … 238 …void prepareEntityForSkinning(const Entity* pEntity, SkinningType skinningType = ST_LINEAR, bool c… 306 …ushort boneCount, ushort weightCount, SkinningType skinningType, bool correctAntidpodalityHandling…
|