Simple RIB | |
---|---|
This example contains code which uses the example RIB generator in the
IFD sample code. This example is a rough version of how to generate
an output driver for an IFD rendering class. We simply sub-class off
of ROP_IFD (which does all the work of doing the rendering for us) and
provide a few methods which ROP_IFD requires. There is currently no example of using Render Tags to pass information to the IFD class, however, the interface is quite simple. |
|
ROP_SimpleRib.C ROP_SimpleRib.h |
Builds an output driver which uses IFD_SimpleRib to do the rendering for us. |
The script will compile the sample source code. By default, everything is installed in your home directory.