mfranz 359a8c4a81 model.[ch]xx:
add abstract class SGModelData. If a pointer to such a class is handed over
  to sgLoad3DModel, then its modelLoaded() method is called with path, property
  node and branch. And then it's added to the scene graph so that it's
  destroyed when the model branch is removed from the graph.

modellib.[ch]xx:
  only cache objects when asked to. This is the case for OBJECT_SHARED
  and random objects (like before), but no longer for OBJECT_STATIC.
  These are now removed from the graph when they are "out of sight". This
  prevents accumulation of static models, and makes destroying model data
  possible (e.g. removing Nasal modules)

matmodel.cxx:
  set cache flag for random objects (same behavior as before)
2006-03-09 09:03:57 +00:00
2006-03-09 09:03:57 +00:00
2004-04-04 14:24:06 +00:00
2005-02-15 18:13:15 +00:00
2006-02-17 08:58:56 +00:00
2000-02-09 19:27:02 +00:00
2005-12-06 18:45:14 +00:00
2003-06-11 18:55:36 +00:00
2005-11-05 19:30:52 +00:00
2005-11-17 20:54:06 +00:00
2001-12-17 16:52:20 +00:00
2002-09-02 22:18:31 +00:00
2006-02-17 08:58:56 +00:00
2000-03-29 00:00:46 +00:00
2002-09-07 02:58:19 +00:00

[ Nothing here at this time. ]
Description
No description provided
Readme 14 MiB
Languages
C++ 85.5%
C 13.1%
CMake 1.4%