Searched refs:MeshInstance (Results 1 – 5 of 5) sorted by relevance
/haiku/src/apps/haiku3d/ |
H A D | MeshInstance.h | 18 class MeshInstance { 20 MeshInstance(Mesh* mesh, Texture* texture, 23 ~MeshInstance();
|
H A D | RenderView.cpp | 156 MeshInstance* instance = new MeshInstance(mesh, texture, in _CreateScene() 163 instance = new MeshInstance(mesh, texture, in _CreateScene() 170 instance = new MeshInstance(mesh, texture, in _CreateScene() 177 instance = new MeshInstance(mesh, texture, in _CreateScene() 184 instance = new MeshInstance(mesh, texture, in _CreateScene()
|
H A D | RenderView.h | 17 class MeshInstance; variable 44 typedef std::vector<MeshInstance*> MeshInstanceList;
|
H A D | MeshInstance.cpp | 16 MeshInstance::MeshInstance(Mesh* mesh, Texture* texture, in MeshInstance() function in MeshInstance 32 MeshInstance::~MeshInstance() in ~MeshInstance() 38 MeshInstance::Update(float dt) in Update() 65 MeshInstance::Render() in Render()
|
H A D | Jamfile | 21 MeshInstance.cpp
|