17#ifndef AGXUTIL_HEIGHTFIELDGENERATOR_H
18#define AGXUTIL_HEIGHTFIELDGENERATOR_H
#define AGX_DECLARE_POINTER_TYPES(type)
#define AGXPHYSICS_EXPORT
A HeightField is a collision shape that can be created from a grid structure, like an image.
Class to represent Images.
static agxCollide::HeightField * createHeightFieldFromImage(agxIO::Image *image, agx::Real sizeX, agx::Real sizeY, agx::Real low, agx::Real high, agx::Real bottomMargin=agx::Real(1))
virtual ~HeightFieldGenerator()
static agxCollide::HeightField * createHeightFieldFromFile(const agx::String &filename, agx::Real sizeX, agx::Real sizeY, agx::Real low, agx::Real high, agx::Real bottomMargin=agx::Real(1))
HeightFieldGenerator()
Default constructor.
Base class providing referencing counted objects.
This namespace consists of a set of classes for handling geometric intersection tests including boole...
The agxIO namespace contains classes for reading, writing and finding files.
The agxUtil namespace contain classes and methods for utility functionality.