*v | Pointer to view structure |
The following manipulates the view in various ways, then restores the view to the base view location and viewline. NJS_VIEW v; njInitView(&v); njTranslateViewRelative(50.f, 50.f, 50.f); njLookAtView(&v, 0.f, 0.f, 0.f); njReturn2BaseView(&v); njSetView( &v ); njClearMatrix();