Searched refs:TexturedMeshNode (Results 1 – 4 of 4) sorted by relevance
17 TexturedMeshNode::TexturedMeshNode(const Mesh* mesh, const GLuint textureId) : in TexturedMeshNode() function in TexturedMeshNode21 void TexturedMeshNode::before(Program& program, Matrix& model, Matrix& view, Matrix& projection) { in before()39 void TexturedMeshNode::after(Program& program, Matrix& model, Matrix& view, Matrix& projection) { in after()
23 class TexturedMeshNode: public MeshNode {25 TexturedMeshNode(const Mesh* mesh, const GLuint textureId);26 virtual ~TexturedMeshNode() {}; in ~TexturedMeshNode()
23 class PerspectiveMeshNode: public TexturedMeshNode {
20 TexturedMeshNode(mesh, textureId) { in PerspectiveMeshNode()