From 0ea5fc66924303d1bf73ba283a383e2aadee02f2 Mon Sep 17 00:00:00 2001 From: neodarz Date: Sat, 11 Aug 2018 20:21:34 +0200 Subject: Initial commit --- docs/doxygen/nel/a04147.html | 147 +++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 147 insertions(+) create mode 100644 docs/doxygen/nel/a04147.html (limited to 'docs/doxygen/nel/a04147.html') diff --git a/docs/doxygen/nel/a04147.html b/docs/doxygen/nel/a04147.html new file mode 100644 index 00000000..39d1dfeb --- /dev/null +++ b/docs/doxygen/nel/a04147.html @@ -0,0 +1,147 @@ + + +NeL: coarse_mesh_manager.h File Reference + + + +
+

coarse_mesh_manager.h File Reference


Detailed Description

+Management of coarse meshes.

+

Id
coarse_mesh_manager.h,v 1.14 2003/03/13 14:15:51 berenguier Exp
+ +

+Definition in file coarse_mesh_manager.h. +

+#include "nel/misc/types_nl.h"
+#include "nel/misc/rgba.h"
+#include "3d/transform.h"
+#include "3d/material.h"
+#include "3d/primitive_block.h"
+#include "3d/vertex_buffer.h"
+ +

+Go to the source code of this file. + + + + + + + + + + + + + +

Namespaces

namespace  NL3D

Defines

#define NL3D_COARSEMESH_TRIANGLE_SIZE   1000
#define NL3D_COARSEMESH_VERTEX_FORMAT_EXPORT   (CVertexBuffer::PositionFlag|CVertexBuffer::TexCoord0Flag)
#define NL3D_COARSEMESH_VERTEX_FORMAT_MGR   (CVertexBuffer::PositionFlag|CVertexBuffer::TexCoord0Flag|CVertexBuffer::PrimaryColorFlag)
#define NL3D_COARSEMESH_VERTEXBUFFER_SIZE   2000
+


Define Documentation

+

+ + + + +
+ + +
#define NL3D_COARSEMESH_TRIANGLE_SIZE   1000 +
+
+ + + + + +
+   + + +

+ +

+Definition at line 45 of file coarse_mesh_manager.h. +

+Referenced by NL3D::CCoarseMeshManager::addMesh(), and NL3D::H_AUTO_DECL().

+

+ + + + +
+ + +
#define NL3D_COARSEMESH_VERTEX_FORMAT_EXPORT   (CVertexBuffer::PositionFlag|CVertexBuffer::TexCoord0Flag) +
+
+ + + + + +
+   + + +

+ +

+Definition at line 49 of file coarse_mesh_manager.h.

+

+ + + + +
+ + +
#define NL3D_COARSEMESH_VERTEX_FORMAT_MGR   (CVertexBuffer::PositionFlag|CVertexBuffer::TexCoord0Flag|CVertexBuffer::PrimaryColorFlag) +
+
+ + + + + +
+   + + +

+ +

+Definition at line 47 of file coarse_mesh_manager.h. +

+Referenced by NL3D::H_AUTO_DECL().

+

+ + + + +
+ + +
#define NL3D_COARSEMESH_VERTEXBUFFER_SIZE   2000 +
+
+ + + + + +
+   + + +

+ +

+Definition at line 43 of file coarse_mesh_manager.h. +

+Referenced by NL3D::CCoarseMeshManager::addMesh(), and NL3D::H_AUTO_DECL().

+


Generated on Tue Mar 16 06:42:19 2004 for NeL by + +doxygen +1.3.6
+ + -- cgit v1.2.1