BUGS
上传用户:kellyonhid
上传日期:2013-10-12
资源大小:932k
文件大小:2k
源码类别:

3D图形编程

开发平台:

Visual C++

  1. * In the Mesh->Resolutions->Other dialog box showing the different
  2.   mesh resolutions, selecting "Delete" sometimes results in an
  3.   unexpected error message (especially when deleting the lowest
  4.   resolution mesh).
  5. * CyberScan Preview is meaningless when no CyberScans are loaded
  6. * Can the IRIX version be made to compile with gcc/g++, instead
  7.   of requiring CC/cc (which are expensive!) ???
  8. * Why not just package things up into a single executable file,
  9.   using FreeWrap, ProWrap, etc., for the binary distributions, to
  10.   avoid all the hassle of the Tcl/Tk dependencies?
  11. * Saving/loading image files doesn't work on Linux version
  12.   (no IFL library)
  13. * "Open SD scan directory" doesn't work properly on filenames
  14.   such as "bogus..sd".  This might just be a TCL bug or version
  15.   problem...the version of TCL linked with scanalyze evaluates
  16.   [file extension bogus..sd] as "..sd", whereas when I just run
  17.   tclsh, this expression evaluates to ".sd".
  18. * If the Windows scanalyze.opt32.exe version is compiled using
  19.   "make opt32", then the program will crash when asked to do
  20.   a line depth plot.  This problem can be avoided by compiling
  21.   the file "plvAnalyze.cc" separately, without the optimization
  22.   flags.
  23. * ZBuffer readbacks don't seem to work at all sometimes; this
  24.   has been observed on both Windows and Linux when using GeForce3/4
  25.   graphics.  It might be a graphics timing issue; often just rerunning
  26.   Scanalyze a second time avoids the problem.  Printing out the
  27.   min/max Zbuffer values that Scanalyze computes during initialization
  28.   may shed some light on this problem.
  29. * In plvMain.cc, see "BUGBUG" for forward declaration of isPlyFile. This is a
  30.   compiler bug, it shouldn't be needed since it is in ply++.h
  31. * In plvCmds.cc, see "BUGBUG" for forward declaration of class Scene. This is
  32.   a compiler bug, it shouldn't be needed since it is in plvScene.h