Home
last modified time | relevance | path

Searched refs:normalsAlso (Results 1 – 4 of 4) sorted by relevance

/dports/graphics/ogre3d19/sinbad-ogre-dd30349ea667/OgreMain/include/
H A DOgreEntity.h667 void addSoftwareAnimationRequest(bool normalsAlso);
676 void removeSoftwareAnimationRequest(bool normalsAlso);
/dports/graphics/ogre3d/ogre-1.11.6/OgreMain/include/
H A DOgreEntity.h687 void addSoftwareAnimationRequest(bool normalsAlso);
696 void removeSoftwareAnimationRequest(bool normalsAlso);
/dports/graphics/ogre3d/ogre-1.11.6/OgreMain/src/
H A DOgreEntity.cpp2130 void Entity::addSoftwareAnimationRequest(bool normalsAlso) in addSoftwareAnimationRequest() argument
2133 if (normalsAlso) { in addSoftwareAnimationRequest()
2138 void Entity::removeSoftwareAnimationRequest(bool normalsAlso) in removeSoftwareAnimationRequest() argument
2141 (normalsAlso && mSoftwareAnimationNormalsRequests == 0)) in removeSoftwareAnimationRequest()
2148 if (normalsAlso) { in removeSoftwareAnimationRequest()
/dports/graphics/ogre3d19/sinbad-ogre-dd30349ea667/OgreMain/src/
H A DOgreEntity.cpp2058 void Entity::addSoftwareAnimationRequest(bool normalsAlso) in addSoftwareAnimationRequest() argument
2061 if (normalsAlso) { in addSoftwareAnimationRequest()
2066 void Entity::removeSoftwareAnimationRequest(bool normalsAlso) in removeSoftwareAnimationRequest() argument
2069 (normalsAlso && mSoftwareAnimationNormalsRequests == 0)) in removeSoftwareAnimationRequest()
2076 if (normalsAlso) { in removeSoftwareAnimationRequest()