Home
last modified time | relevance | path

Searched refs:textureScaling (Results 1 – 24 of 24) sorted by relevance

/dports/devel/bullet/bullet3-3.21/examples/RigidBody/
H A DKinematicRigidBodyExample.cpp127 btScalar textureScaling = 40.0; in initPhysics() local
139 verts[i].u = cube_vertices_textured[i * 9 + 7] * textureScaling; in initPhysics()
140 verts[i].v = cube_vertices_textured[i * 9 + 8] * textureScaling; in initPhysics()
/dports/devel/py-bullet3/bullet3-3.21/examples/RigidBody/
H A DKinematicRigidBodyExample.cpp127 btScalar textureScaling = 40.0; in initPhysics() local
139 verts[i].u = cube_vertices_textured[i * 9 + 7] * textureScaling; in initPhysics()
140 verts[i].v = cube_vertices_textured[i * 9 + 8] * textureScaling; in initPhysics()
/dports/devel/bullet/bullet3-3.21/examples/OpenGLWindow/
H A DSimpleOpenGL2App.h24 …ExtentsX, float halfExtentsY, float halfExtentsZ, int textureIndex = -1, float textureScaling = 1);
H A DSimpleOpenGL3App.h23 …oat halfExtentsY = 1.f, float halfExtentsZ = 1.f, int textureIndex = -1, float textureScaling = 1);
H A DSimpleOpenGL3App.cpp249 float textureScaling = 4; in updateTexture() local
262 verts[i].u = cube_vertices_textured[i * 9 + 7] * textureScaling; in updateTexture()
263 verts[i].v = cube_vertices_textured[i * 9 + 8] * textureScaling; in updateTexture()
717 …float halfExtentsX, float halfExtentsY, float halfExtentsZ, int textureIndex, float textureScaling) in registerCubeShape() argument
734 verts[i].u = cube_vertices_textured[i * 9 + 7] * textureScaling; in registerCubeShape()
735 verts[i].v = cube_vertices_textured[i * 9 + 8] * textureScaling; in registerCubeShape()
H A DSimpleOpenGL2App.cpp541 …float halfExtentsX, float halfExtentsY, float halfExtentsZ, int textureIndex, float textureScaling) in registerCubeShape() argument
558 verts[i].uv[0] = cube_vertices_textured[i * 9 + 7] * textureScaling; in registerCubeShape()
559 verts[i].uv[1] = cube_vertices_textured[i * 9 + 8] * textureScaling; in registerCubeShape()
/dports/devel/py-bullet3/bullet3-3.21/examples/OpenGLWindow/
H A DSimpleOpenGL2App.h24 …ExtentsX, float halfExtentsY, float halfExtentsZ, int textureIndex = -1, float textureScaling = 1);
H A DSimpleOpenGL3App.h23 …oat halfExtentsY = 1.f, float halfExtentsZ = 1.f, int textureIndex = -1, float textureScaling = 1);
H A DSimpleOpenGL3App.cpp249 float textureScaling = 4; in updateTexture() local
262 verts[i].u = cube_vertices_textured[i * 9 + 7] * textureScaling; in updateTexture()
263 verts[i].v = cube_vertices_textured[i * 9 + 8] * textureScaling; in updateTexture()
717 …float halfExtentsX, float halfExtentsY, float halfExtentsZ, int textureIndex, float textureScaling) in registerCubeShape() argument
734 verts[i].u = cube_vertices_textured[i * 9 + 7] * textureScaling; in registerCubeShape()
735 verts[i].v = cube_vertices_textured[i * 9 + 8] * textureScaling; in registerCubeShape()
H A DSimpleOpenGL2App.cpp541 …float halfExtentsX, float halfExtentsY, float halfExtentsZ, int textureIndex, float textureScaling) in registerCubeShape() argument
558 verts[i].uv[0] = cube_vertices_textured[i * 9 + 7] * textureScaling; in registerCubeShape()
559 verts[i].uv[1] = cube_vertices_textured[i * 9 + 8] * textureScaling; in registerCubeShape()
/dports/devel/bullet/bullet3-3.21/examples/CommonInterfaces/
H A DCommonGraphicsAppInterface.h143 …ntsX, float halfExtentsY, float halfExtentsZ, int textureIndex = -1, float textureScaling = 1) = 0;
/dports/devel/py-bullet3/bullet3-3.21/examples/CommonInterfaces/
H A DCommonGraphicsAppInterface.h143 …ntsX, float halfExtentsY, float halfExtentsZ, int textureIndex = -1, float textureScaling = 1) = 0;
/dports/devel/bullet/bullet3-3.21/examples/SharedMemory/physx/
H A DPhysXUrdfImporter.cpp907 btScalar textureScaling = 1;
918 verts[i].uv[0] = cube_vertices_textured[i * 9 + 7] * textureScaling;
919 verts[i].uv[1] = cube_vertices_textured[i * 9 + 8] * textureScaling;
/dports/devel/py-bullet3/bullet3-3.21/examples/SharedMemory/physx/
H A DPhysXUrdfImporter.cpp907 btScalar textureScaling = 1;
918 verts[i].uv[0] = cube_vertices_textured[i * 9 + 7] * textureScaling;
919 verts[i].uv[1] = cube_vertices_textured[i * 9 + 8] * textureScaling;
/dports/devel/bullet/bullet3-3.21/examples/Importers/ImportURDFDemo/
H A DBulletUrdfImporter.cpp969 btScalar textureScaling = 1; in convertURDFToVisualShapeInternal() local
980 verts[i].uv[0] = cube_vertices_textured[i * 9 + 7] * textureScaling; in convertURDFToVisualShapeInternal()
981 verts[i].uv[1] = cube_vertices_textured[i * 9 + 8] * textureScaling; in convertURDFToVisualShapeInternal()
/dports/devel/py-bullet3/bullet3-3.21/examples/Importers/ImportURDFDemo/
H A DBulletUrdfImporter.cpp969 btScalar textureScaling = 1; in convertURDFToVisualShapeInternal() local
980 verts[i].uv[0] = cube_vertices_textured[i * 9 + 7] * textureScaling; in convertURDFToVisualShapeInternal()
981 verts[i].uv[1] = cube_vertices_textured[i * 9 + 8] * textureScaling; in convertURDFToVisualShapeInternal()
/dports/devel/bullet/bullet3-3.21/examples/SharedMemory/plugins/tinyRendererPlugin/
H A DTinyRendererVisualShapeConverter.cpp320 btScalar textureScaling = 1; in convertURDFToVisualShape() local
332 verts[i].uv[0] = cube_vertices_textured[i * 9 + 7] * textureScaling; in convertURDFToVisualShape()
333 verts[i].uv[1] = cube_vertices_textured[i * 9 + 8] * textureScaling; in convertURDFToVisualShape()
/dports/devel/py-bullet3/bullet3-3.21/examples/SharedMemory/plugins/tinyRendererPlugin/
H A DTinyRendererVisualShapeConverter.cpp320 btScalar textureScaling = 1; in convertURDFToVisualShape() local
332 verts[i].uv[0] = cube_vertices_textured[i * 9 + 7] * textureScaling; in convertURDFToVisualShape()
333 verts[i].uv[1] = cube_vertices_textured[i * 9 + 8] * textureScaling; in convertURDFToVisualShape()
/dports/devel/bullet/bullet3-3.21/examples/SharedMemory/
H A DPhysicsClientC_API.h521 …dHandle commandHandle, const char* fileName, const double meshScale[/*3*/], double textureScaling);
522 …ryCommandHandle commandHandle, const double meshScale[/*3*/], double textureScaling, float* height…
H A DPhysicsClientC_API.cpp1624 …ndHandle commandHandle, const char* fileName, const double meshScale[/*3*/], double textureScaling) in b3CreateCollisionShapeAddHeightfield() argument
1642 command->m_createUserShapeArgs.m_shapes[shapeIndex].m_heightfieldTextureScaling = textureScaling; in b3CreateCollisionShapeAddHeightfield()
1654 …ryCommandHandle commandHandle, const double meshScale[/*3*/], double textureScaling, float* height… in b3CreateCollisionShapeAddHeightfield2() argument
1674 command->m_createUserShapeArgs.m_shapes[shapeIndex].m_heightfieldTextureScaling = textureScaling; in b3CreateCollisionShapeAddHeightfield2()
H A DPhysicsServerCommandProcessor.cpp5030 … double textureScaling = clientCmd.m_createUserShapeArgs.m_shapes[i].m_heightfieldTextureScaling; in processCreateCollisionShapeCommand() local
5031 heightfieldShape->setUserValue3(textureScaling); in processCreateCollisionShapeCommand()
/dports/devel/py-bullet3/bullet3-3.21/examples/SharedMemory/
H A DPhysicsClientC_API.h521 …dHandle commandHandle, const char* fileName, const double meshScale[/*3*/], double textureScaling);
522 …ryCommandHandle commandHandle, const double meshScale[/*3*/], double textureScaling, float* height…
H A DPhysicsClientC_API.cpp1624 …ndHandle commandHandle, const char* fileName, const double meshScale[/*3*/], double textureScaling) in b3CreateCollisionShapeAddHeightfield() argument
1642 command->m_createUserShapeArgs.m_shapes[shapeIndex].m_heightfieldTextureScaling = textureScaling; in b3CreateCollisionShapeAddHeightfield()
1654 …ryCommandHandle commandHandle, const double meshScale[/*3*/], double textureScaling, float* height… in b3CreateCollisionShapeAddHeightfield2() argument
1674 command->m_createUserShapeArgs.m_shapes[shapeIndex].m_heightfieldTextureScaling = textureScaling; in b3CreateCollisionShapeAddHeightfield2()
H A DPhysicsServerCommandProcessor.cpp5030 … double textureScaling = clientCmd.m_createUserShapeArgs.m_shapes[i].m_heightfieldTextureScaling; in processCreateCollisionShapeCommand() local
5031 heightfieldShape->setUserValue3(textureScaling); in processCreateCollisionShapeCommand()