TDME2 1.9.121
Object3DModelInternal.h
Go to the documentation of this file.
1
2#pragma once
3
4#include <tdme/tdme.h>
8
11
12/**
13 * Object 3D model
14 * To be used in non engine context
15 * @author Andreas Drewke
16 * @version $Id$
17 */
19 : public Object3DBase
20{
21public:
22 /**
23 * Public constructor
24 * @param model model
25 */
27
28 /**
29 * Destructor
30 */
32};
Representation of a 3d model.
Definition: Model.h:32
Object 3D model To be used in non engine context.