3d6b Editor by Kiia Kallio v. 1.0 First public release 1st September 2002 --------------------------------------------------------------- A 3d sketching tool implemented in Java. Program has full line-based 3d engine, including Vector3D and Matrix4x4 classes. Display code includes sorting and clipping. Program has three modes, "Draw" for drawing onto the grid, "Grid" for modifying the grid and "Camera" for modifying the camera. There's also separate "File" mode that displays editing history and has room for textual messages attached to the drawing. Editor has command history with undo and redo. Editor can be embedded to web pages or executed from a single jar file as a standalone application. --------------------------------------------------------------- New features in the release: ============================ - Standalone window takes window border into account, so the size of the inner parts of the window is 800x400. - README.txt with instructions now included in the release Fixes: - Now works as Mac OS X standalone - Keyboard shortcuts get delivered correctly to the UI Panel - Keyboard now works on Mac IE Task list: ========== - Help screen (floating over view?) - Icons for UI - Keyboard shortcuts for camera - Better UI for history info - Code cleanup, change to follow java guidelines, comments - Documentation, both code and user docs