TDME2 1.9.121
Object3DModelInternal.cpp
Go to the documentation of this file.
1#include <tdme/tdme.h>
3
5
6Object3DModelInternal::Object3DModelInternal(Model* model) :
7 Object3DBase(model, false, Engine::AnimationProcessingTarget::CPU_NORENDERING, 1)
8{
9}
10
12 dispose();
13}
14
Engine main class.
Definition: Engine.h:122
Representation of a 3d model.
Definition: Model.h:32
virtual void dispose()
Disposes this object3d.
Object 3D model To be used in non engine context.