Struct PointCloud::Point

Nested Relationships

This struct is a nested type of Class PointCloud.

Struct Documentation

struct Point

Representation of a point, with x/y/z position and r/g/b color.

Public Functions

inline void setColor(float r, float g, float b, float a = 1.0)

Public Members

Ogre::Vector3 position
Ogre::ColourValue color