Home
last modified time | relevance | path

Searched defs:CommonRenderInterface (Results 1 – 2 of 2) sorted by relevance

/dports/devel/bullet/bullet3-3.21/examples/CommonInterfaces/
H A DCommonRenderInterface.h45 struct CommonRenderInterface struct
47 virtual ~CommonRenderInterface() {} in ~CommonRenderInterface() argument
66 … void setProjectiveTextureMatrices(const float viewMatrix[16], const float projectionMatrix[16]){}; in setProjectiveTextureMatrices()
67 virtual void setProjectiveTexture(bool useProjectiveTexture){}; in setProjectiveTexture()
91 virtual void replaceTexture(int shapeIndex, int textureIndex){}; in replaceTexture()
94 virtual void setPlaneReflectionShapeIndex(int index) {} in setPlaneReflectionShapeIndex()
96 virtual int getShapeIndexFromInstance(int srcIndex) { return -1; } in getShapeIndexFromInstance()
/dports/devel/py-bullet3/bullet3-3.21/examples/CommonInterfaces/
H A DCommonRenderInterface.h45 struct CommonRenderInterface struct
47 virtual ~CommonRenderInterface() {} in ~CommonRenderInterface() argument
66 … void setProjectiveTextureMatrices(const float viewMatrix[16], const float projectionMatrix[16]){}; in setProjectiveTextureMatrices()
67 virtual void setProjectiveTexture(bool useProjectiveTexture){}; in setProjectiveTexture()
91 virtual void replaceTexture(int shapeIndex, int textureIndex){}; in replaceTexture()
94 virtual void setPlaneReflectionShapeIndex(int index) {} in setPlaneReflectionShapeIndex()
96 virtual int getShapeIndexFromInstance(int srcIndex) { return -1; } in getShapeIndexFromInstance()