File: BUGS

package info (click to toggle)
raster3d 3.0-3-2
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 4,916 kB
  • ctags: 1,557
  • sloc: fortran: 9,536; ansic: 1,060; makefile: 318; sh: 250; csh: 15
file content (23 lines) | stat: -rw-r--r-- 1,044 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
All platforms
=============

      ==> gfortran version 4.6.1 has a compiler bug that prevents compiling
          rastep with -O3.  Use -O2 instead, up update your compiler.

      ==> Stereo pairs can be generated by using either a shear operation or
      	  by using an angular offset.  Both have problems.  The shear distorts
	  bounding surfaces.  The angular offset displaces specular highlights
	  and totally breaks Z-clipping.

	- ISOLATE (object code 15) not yet implemented for quadric surfaces
	- Z-clipped objects cast un-clipped shadows.
	- The mixed Fortran/C calls to local() generate an interesting 
	  variety of compiler warnings because of inadequte type-casting
	  on the Fortran side.  
	- General quadric surfaces (other than ellipsoids) may cast spurious
	  shadows, and always fail to shadow themselves.
	- Explicit vertex colors take precedence over material colors;
	  (That's a feature, not a bug)
	- Labels with TeX-like escape sequences are always treated as Left-Align.
	- ribbon coloring scheme 6 doesn't work