Bright Ideas Software - Calculus Visualization Tools Click here to return to the BIS Home Page.

SkyBox Tools

  Skip Navigation LinksHome --> Developers --> SkyBox Tools Search:
  Skip Navigation Links
Skip Navigation Links
Skip Navigation Links
OpenGL® and OpenGL|ES are trademarks of Silicon Graphics, Inc.




This project uses OpenGL to render 3D graphics. BIS has been working on a project that entails (among other things) the creation of skyboxes. We wanted a quick and easy way to view these skyboxes as they will eventually be used; i.e., as the background in a 3D virtual world OpenGL application, seen from a viewpoint at the center of the box. Other solutions available rely on a number of third party applications and involve some image processing (producing equi-rectangular textures) which isn't necessary for a simple skybox. We also wanted a viewer written in native C++ that we could tweak as we saw fit, and we didn't want to spend a lot of time on it; this is our solution.

The solution consists of two parts; two separate .exe's. The first program, 'SkyBox Stuffer.exe', takes 6 (or 5, omitting the ground) skybox images and packs them into a single file with a .bisb extension. The images aren't compressed or stitched together; they're just stuffed into a single file for convenience. This program will accept images with .bmp, .png, .jpg, .jpeg, .gif, .tga, .ppm or .ppg extensions. For detailed instructions on use of the stuffer and a pre-compiled .exe, click here or on the navigation bar at left.


SkyBox Viewer

The second program, 'SkyBox Viewer.exe', takes a .bisb file output by the stuffer and creates a skybox textured with the images stored therein. The observer is placed at the center of the skybox, and can pan in any direction by clicking and dragging. The app can optionally run in full-screen mode. For full instructions and a pre-compiled .exe, click here or on the navigation bar at left.


Copyright© 2001-2024 by Bright Ideas Software®. All rights reserved.