File: KNOWN_BUGS

package info (click to toggle)
plib 1.8.4-6
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 4,356 kB
  • ctags: 8,371
  • sloc: cpp: 65,641; sh: 3,454; makefile: 261
file content (25 lines) | stat: -rw-r--r-- 996 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
Known bugs and limitations in PLIB version 1.6.0

More in depth stuff can be found in TODO_AFTER135.

  * ssgLOS is really broken.

  * ssgStripify and ssgFlatten might well have bugs in them.
    A known bug of ssgStripify is that : since it rearranges and 
    merges leaf nodes, ssgSelectors are messed up

  * Sometimes cr*p values appear in 3D files, for example .ac files.
    The reason seems to be that sometimes the loader handles colours
    differently than the writer.

  * Several, general smalish .MDL loader bugs are known; Look in TODO_AFTER135

  * Scaling does not work (intentionally). Uniform scaling may be
    enabled by uncommenting "radius *= sgLengthVec3(m[0])" in
    sgSphere::orthoXform. It is currently disabled because that extra
    calculation would degrade performance on non-scaled matrices.
    Scaling really makes a mess of SSG bounding sphere tests

  * .ssg files should not be used for long term storage. It will probably
    change in incompatible ways.