File: test.cfg

package info (click to toggle)
openscenegraph 1.2.0-2
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 26,924 kB
  • ctags: 25,229
  • sloc: cpp: 239,326; ansic: 2,178; sh: 1,990; yacc: 548; perl: 237; makefile: 227; lex: 151
file content (17 lines) | stat: -rw-r--r-- 296 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
Visual "theVisual" { SetSimple }

RenderSurface "The Window"
{
    Visual "theVisual";
    Screen 0;
    Border off;
    WindowRect 0 0 1280 800;
}

Camera "The Camera"
{
    RenderSurface "The Window";
    Lens {
        Frustum -0.41421456 0.41421456 -0.41421456 0.41421456 1.0 1000.0;
    }
}