Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
VRLab.jar | 2011-12-28 | 20.2 kB | |
src.rar | 2011-12-28 | 18.3 kB | |
README.txt | 2011-12-28 | 871 Bytes | |
Totals: 3 Items | 39.4 kB | 0 |
VRLab (version 1.0.0) package is distributed under the GNU GPL license. JRE 1.5 or above is required to run the executable jar. VRLab.jar is the executable jar demonstrating the rendering of a Cuboid. Following command line arguments are excepted: argument 1: This define the rendering mode, "ZBUF" - Surface rendering of the model. "MAX" - Maximum intensity volume rendering. "MIN" - Minimum intensity volume rendering. argument 2: This specify the VR type for rendering. "RGB" - Does a 24 bits RGB rendering with a default look up table. "GRAY" - 16 bits Gray scale rendering. eg: VRLab.jar MAX RGB Default is "ZBUF" with "RGB". Mouse Actions: -Press Left mouse button and drag to rotate the cuboid. -Press Right mouse button and drag to translate the cuboid. You can play around with the code and extend the same.