OGRE  13.6
Object-Oriented Graphics Rendering Engine
Ogre::Volume::IsoSurfaceMC Class Reference

Marching Cubes implementation like at http://local.wasp.uwa.edu.au/~pbourke/geometry/polygonise/. More...

#include <OgreVolumeIsoSurfaceMC.h>

+ Inheritance diagram for Ogre::Volume::IsoSurfaceMC:

Public Member Functions

 IsoSurfaceMC (const Source *src)
 Constructor. More...
 
void addMarchingCubesTriangles (const Vector3 *corners, const Vector4 *volumeValues, MeshBuilder *mb) const override
 Overridden from IsoSurface. More...
 
void addMarchingSquaresTriangles (const Vector3 *corners, const Vector4 *volumeValues, const size_t *indices, const Real maxDistance, MeshBuilder *mb) const override
 Overridden from IsoSurface. More...
 
- Public Member Functions inherited from Ogre::Volume::IsoSurface
virtual ~IsoSurface (void)
 

Additional Inherited Members

- Static Public Attributes inherited from Ogre::Volume::IsoSurface
static const size_t MS_CORNERS_BACK [4]
 To call Marching Squares with a cube on its back. More...
 
static const size_t MS_CORNERS_BOTTOM [4]
 To call Marching Squares with a cube on its bottom. More...
 
static const size_t MS_CORNERS_FRONT [4]
 To call Marching Squares with a cube on its front. More...
 
static const size_t MS_CORNERS_LEFT [4]
 To call Marching Squares with a cube on its left. More...
 
static const size_t MS_CORNERS_RIGHT [4]
 To call Marching Squares with a cube on its right. More...
 
static const size_t MS_CORNERS_TOP [4]
 To call Marching Squares with a cube on its top. More...
 

Detailed Description

Marching Cubes implementation like at http://local.wasp.uwa.edu.au/~pbourke/geometry/polygonise/.

Constructor & Destructor Documentation

◆ IsoSurfaceMC()

Ogre::Volume::IsoSurfaceMC::IsoSurfaceMC ( const Source src)
explicit

Constructor.

Parameters
srcThe source for the isovalues and normals there.

Member Function Documentation

◆ addMarchingCubesTriangles()

void Ogre::Volume::IsoSurfaceMC::addMarchingCubesTriangles ( const Vector3 corners,
const Vector4 volumeValues,
MeshBuilder mb 
) const
overridevirtual

Overridden from IsoSurface.

Implements Ogre::Volume::IsoSurface.

◆ addMarchingSquaresTriangles()

void Ogre::Volume::IsoSurfaceMC::addMarchingSquaresTriangles ( const Vector3 corners,
const Vector4 volumeValues,
const size_t *  indices,
const Real  maxDistance,
MeshBuilder mb 
) const
overridevirtual

Overridden from IsoSurface.

Implements Ogre::Volume::IsoSurface.


The documentation for this class was generated from the following file: