Highlights from the
MacWarriors CVS Change Log
2002-01-27 16:59 rchin
* 3dosx.pbproj/project.pbxproj: Starting 3DOSX Project
2002-01-27 16:59 mark
* .DS_Store, 3DElement.h, 3DElement.m, fileNode.h, fileNode.m, main.m, osx3DCoordinator.h, osx3DCoordinator.m, osx3DView.h, osx3DView.m, platterNode.h, platterNode.m, English.lproj/InfoPlist.strings: Initial revision
* osx3DCoordinator.m, osx3DCoordinator.h, fileNode.h: Camera motion implemented (still buggy)
2002-02-10 19:11 rchin
* jitter.h: SGI jitter.h header for antialias points. We can get rid of this header later after we figure out how many jitter points are needed. Although antialiasing may be a little slow since the accumulator is not accelerated by the hardware in 10.1 (!), we may want to only antialias frames that are static (when the user stops causing motion or whatever).
2002-02-11 01:29 mflider
* 3dosx.pbproj/: mflider.pbxuser, project.pbxproj: added preference panel...
2002-02-11 23:56 tuley
* platterNode.m: haha looks a little more like the Tardis i added a lightbulb on top
2002-02-13 00:23 mark
* osx3DCoordinator.h, osx3DCoordinator.m, osx3DView.m, platterNode.m: Smooth camera motion when traversing platters
2002-02-13 17:31 rchin
Updating internal CVS revision number to 2.0. (Note that these are *not* associated with product release numbers).
2002-02-13 20:25 tuley
* tardus.tif: ahahahahaha
2002-02-14 00:10 tuley
* 3dosx.pbproj/: project.pbxproj, tuley.pbxuser: we have an icon now…
2002-02-14 14:58 rchin
* osx3DCoordinator.m, osx3DView.h, osx3DView.m: Supra-cool antialiasing. Automagically antialiases when stuff stops moving. Quick hack. Is there a better way to do it without adding calls in the middle of subroutines (auto detect)?
2002-02-15 23:46 mark
* osx3DView.m: Added basic keyboard navigation (path for keyboard events). Also expanded a buffer in the pick code to stop crashes when too deep in a tree.
2002-02-16 16:52 mark
* 3dosx.pbproj/admin.pbxuser: Changed a lot of hardcoded values in the camera and layout code to defines. next step is variables (and hookup to controls and preferences)...