[ < ] | [ > ] | [ << ] | [ Up ] | [ >> ] | [Top] | [Contents] | [Index] | [ ? ] |
Written by Jorrit Tyberghein, jorrit.tyberghein@uz.kuleuven.ac.be.
A cube is a rectangularly shaped object.
The following SCF class names are used (for CS_LOAD_PLUGIN()
):
Objects in this plugin implement the following SCF interfaces (get
with SCF_QUERY_INTERFACE()
):
`iCubeFactoryState' is the SCF interface that you can use to set/get settings for a cube factory. The definition of this interface can be found in `CS/include/imcube.h' and that's also the include file you need to include in your applications to use this plugin. Using this interface you can access the material, blending mode (mixmode), and various settings related to the shape of the cube.
MATERIAL
MIXMODE
SIZE
SHIFT
This plugin has no object state interface.
FACTORY
The cube plugin supports the following configuration parameters through `iConfig' in the mesh object type plugin:
sizex
sizey
sizez
shiftx
shifty
shiftz
[ < ] | [ > ] | [ << ] | [ Up ] | [ >> ] | [Top] | [Contents] | [Index] | [ ? ] |