TDME2 1.9.121
Object3DModel.h
Go to the documentation of this file.
1#pragma once
2
3#include <tdme/tdme.h>
7
10
11/**
12 * Object 3D model
13 * @author Andreas Drewke
14 * @version $Id$
15 */
18{
19public:
20 /**
21 * Public constructor
22 * @param model model
23 */
25};
Object3DModel(Model *model)
Public constructor.
Representation of a 3d model.
Definition: Model.h:32
Object 3D model To be used in non engine context.