Scenegraph Console Viewer

The sample outputs a scenegraph infomation in a specified VRML file.

Download the source file (1KB).

VRML Browser for WIN32
This is a simple VRML97 browser using CyberVRML97 on WIN32 platforms.
To build the project, you have to create a library CyberVRML97 with the following compiler flags and a Independent JPEG Group's library. 
SUPPORT_OPENGL
SUPPORT_JPEG
Download the execute program (120KB) 
Download the source file with the Visual C++ 6.0 project (8KB).


VRML Browser for GLUT

This is a simple VRML97 browser using CyberVRML97 on GLUT.
To build the project, you have to create a CyberVRML97 library with the following compiler flags. 
SUPPORT_OPENGL
SUPPORT_GLUT
Use following command to run the application.
VRMLBrowserGLUT <filename>
Download the program file (15KB)