42 #ifndef INCLUDED_GLS_ADVANCED_MESH_H
43 #define INCLUDED_GLS_ADVANCED_MESH_H
52 #include "gls_resource_file_mgr.h"
55 #if( defined( GLSGEN_EXPORT_GLSADVANCEDMESH ) || defined( GLSGEN_IMPORT_GLSADVANCEDMESH ) || defined( GLS_EXPORT_GENERATED ) || defined( GLS_IMPORT_GENERATED ) ) \
56 && defined( _MSC_VER )
57 # if defined( GLSGEN_EXPORT_GLSADVANCEDMESH ) || defined( GLS_EXPORT_GENERATED )
58 # define GLSGEN_GlsAdvancedMesh_EXPORT __declspec( dllexport )
60 # define GLSGEN_GlsAdvancedMesh_EXPORT __declspec( dllimport )
63 # define GLSGEN_GlsAdvancedMesh_EXPORT
67 #define LIB_BASE_NAME "gls_advanced_mesh"
75 class GlsGloFileAttribute;
79 class GlsResourceFileMgr;
84 DISTI_DEPRECATED(
"This identifier is forbidden by the C++ standard. Use BaseClass instead." )
87 friend class GlsAdvancedMeshEditor;
115 GLSGEN_GlsAdvancedMesh_EXPORT
GlsAdvancedMesh(
const GlsAdvancedMesh& that,
const bool generateNames );
120 static GLSGEN_GlsAdvancedMesh_EXPORT
DisplayObject* CreateInstance();
127 virtual GLSGEN_GlsAdvancedMesh_EXPORT
void SetAvailableAttributes(
unsigned int value ) DISTI_METHOD_OVERRIDE;
128 virtual GLSGEN_GlsAdvancedMesh_EXPORT
DisplayObject*
CloneObject(
bool generateNames =
false ) DISTI_METHOD_OVERRIDE;
172 virtual GLSGEN_GlsAdvancedMesh_EXPORT
GlsGeometryResource* GetRenderMesh() DISTI_METHOD_OVERRIDE;
178 virtual GLSGEN_GlsAdvancedMesh_EXPORT
void SetFromGloData(
GlsGloFileAttribute& data ) DISTI_METHOD_OVERRIDE;
181 Vector _lastGeometryBoundingVolumeCenter;
182 float _lastGeometryBoundingVolumeRadius;
#define DISTI_DEPRECATED(msg)
Defines whether this compiler supports the C++14 deprecated attribute.
Definition: gls_cpp_lang_support.h:436
virtual void CopyProperties(DisplayObject *src) DISTI_METHOD_OVERRIDE
Definition: gls_geometry_resource.h:105
Definition: dynamic_array.h:66
Class to contain current OpenGL view, projection and draw matrices.
Definition: util.h:471
Definition: gls_resource_file_mgr.h:29
virtual DisplayObject * CloneObject(bool generateNames=false) DISTI_METHOD_OVERRIDE
GlsGeometryResource * GetGeometryResource()
Definition: gls_advanced_mesh.h:165
virtual void SetAvailableAttributes(unsigned int value) DISTI_METHOD_OVERRIDE
virtual void GetCppInterfaceDescriptionFree(InterfaceListType *array) DISTI_METHOD_OVERRIDE
void SetGeometryResource(GlsGeometryResource *value)
Definition: gls_advanced_mesh.h:81
Definition: gls_glo_file.h:988
virtual void CopyGeometry(DisplayObject *src) DISTI_METHOD_OVERRIDE
Definition: gls_geometry_resource.h:86
The disti::GlsGeometryResourceMesh class.
virtual InterfaceListType * GetCppInterfaceDescription(InterfaceListType *addToThisList=NULL) DISTI_METHOD_OVERRIDE
Definition: gls_geometry_resource_mesh.h:78
virtual ~GlsAdvancedMesh()
The disti::GlsGeometryResource class.
virtual void PreDraw(const OpenGLMatrices &parentMatrices, Culler &culler) DISTI_METHOD_OVERRIDE
GlsGeometryResource * _geometryResource
Definition: gls_advanced_mesh.h:187
Definition: bmpimage.h:46
The disti::GlsRenderEffect class.