b2c38304d2
GLASS (openGL Articulated Structure System) is a 3D library PR: 29991 Submitted by: Patrick Li <pat@databits.net>
9 lines
398 B
Plaintext
9 lines
398 B
Plaintext
GLASS is a 3D library, designed to make easy use of structured
|
|
models in open GL applications. What do I mean by structured? That
|
|
is models, that are made up of components linked by basic transforms,
|
|
for example, rotations and translations. By using GLASS in an
|
|
application, these models can be loaded, modified, and displayed
|
|
using a minimum of function calls.
|
|
|
|
WWW: http://glass.sourceforge.net/
|