Native Types
Following are the native types in Mama 3D environment:
- Number - a numeric type, represents both integers and reals
- Boolean - a boolean value, accepting either true or false
- Object - a general Mama object
- String - a string, a collection of characters
- Color - an RGB color
- TextureMap - a texture map
- Sound - a sound
- Pose - a captured pose of an object
- Position - a 3D array defining a position in the 3D space
- Orientation - a 3D array defining the orientation in the 3D space
- PointOfView - a combination of a Position and Orientation