Home
last modified time | relevance | path

Searched refs:NORMAL_BINDING (Results 1 – 9 of 9) sorted by relevance

/dports/graphics/ogre3d/ogre-1.11.6/OgreMain/src/
H A DOgreRectangle2D.cpp33 #define NORMAL_BINDING 1 macro
78 decl->addElement(NORMAL_BINDING, 0, VET_FLOAT3, VES_NORMAL); in _initRectangle2D()
82 decl->getVertexSize(NORMAL_BINDING), in _initRectangle2D()
86 bind->setBinding(NORMAL_BINDING, vbuf); in _initRectangle2D()
170 mRenderOp.vertexData->vertexBufferBinding->getBuffer(NORMAL_BINDING); in setNormals()
/dports/graphics/ogre3d19/sinbad-ogre-dd30349ea667/OgreMain/src/
H A DOgreRectangle2D.cpp37 #define NORMAL_BINDING 1 macro
82 decl->addElement(NORMAL_BINDING, 0, VET_FLOAT3, VES_NORMAL); in _initRectangle2D()
86 decl->getVertexSize(NORMAL_BINDING), in _initRectangle2D()
90 bind->setBinding(NORMAL_BINDING, vbuf); in _initRectangle2D()
173 mRenderOp.vertexData->vertexBufferBinding->getBuffer(NORMAL_BINDING); in setNormals()
/dports/graphics/ogre3d19/sinbad-ogre-dd30349ea667/Tools/LightwaveConverter/src/
H A Dlwo2mesh.cpp316 #define NORMAL_BINDING 1 macro
374 decl->addElement(NORMAL_BINDING, 0, VET_FLOAT3, VES_NORMAL); in setupVertexData()
375 …BufferManager::getSingleton().createVertexBuffer(decl->getVertexSize(NORMAL_BINDING), vertexData->… in setupVertexData()
376 bind->setBinding(NORMAL_BINDING, nbuf); in setupVertexData()
426 HardwareVertexBufferSharedPtr nbuf = vertexData->vertexBufferBinding->getBuffer(NORMAL_BINDING); in copyDataToVertexData()
/dports/graphics/ogre3d/ogre-1.11.6/Tools/LightwaveConverter/src/
H A Dlwo2mesh.cpp316 #define NORMAL_BINDING 1 macro
374 decl->addElement(NORMAL_BINDING, 0, VET_FLOAT3, VES_NORMAL); in setupVertexData()
375 …BufferManager::getSingleton().createVertexBuffer(decl->getVertexSize(NORMAL_BINDING), vertexData->… in setupVertexData()
376 bind->setBinding(NORMAL_BINDING, nbuf); in setupVertexData()
426 HardwareVertexBufferSharedPtr nbuf = vertexData->vertexBufferBinding->getBuffer(NORMAL_BINDING); in copyDataToVertexData()
/dports/graphics/Coin/coin-Coin-4.0.0/src/elements/
H A DSoOverrideElement.cpp502 SO_GET_OVERRIDE(NORMAL_BINDING); in getNormalBindingOverride()
808 SO_SET_OVERRIDE(NORMAL_BINDING); in setNormalBindingOverride()
/dports/graphics/ogre3d19/sinbad-ogre-dd30349ea667/Tools/MilkshapeExport/src/
H A DMilkshapePlugin.cpp376 #define NORMAL_BINDING 1 in doExportMesh() macro
379 decl->addElement(NORMAL_BINDING, 0, Ogre::VET_FLOAT3, Ogre::VES_NORMAL); in doExportMesh()
386 … createVertexBuffer(decl->getVertexSize(NORMAL_BINDING), ogreSubMesh->vertexData->vertexCount, in doExportMesh()
392 bind->setBinding(NORMAL_BINDING, nbuf); in doExportMesh()
/dports/graphics/ogre3d/ogre-1.11.6/Tools/MilkshapeExport/src/
H A DMilkshapePlugin.cpp379 #define NORMAL_BINDING 1 in doExportMesh() macro
382 decl->addElement(NORMAL_BINDING, 0, Ogre::VET_FLOAT3, Ogre::VES_NORMAL); in doExportMesh()
389 … createVertexBuffer(decl->getVertexSize(NORMAL_BINDING), ogreSubMesh->vertexData->vertexCount, in doExportMesh()
395 bind->setBinding(NORMAL_BINDING, nbuf); in doExportMesh()
/dports/graphics/Coin/coin-Coin-4.0.0/include/Inventor/elements/
H A DSoOverrideElement.h75 NORMAL_BINDING = 0x00800000 enumerator
/dports/graphics/Coin/coin-Coin-4.0.0/src/nodes/
H A DSoVertexProperty.cpp570 if (this->normal.getNum() > 0 && !TEST_OVERRIDE(NORMAL_BINDING, overrideflags)) { in updateNormal()