0
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Apr 15, 2023 — Apr 15, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
more refactoring More... about 15 years ago
Refactored out ParametricFunction More... about 15 years ago
removed debug ui More... about 15 years ago
Began separating functions from surfaces, fixed extreme perspective More... about 15 years ago
Implemented anti-aliasing-off-while-in-motion logic More... about 15 years ago
Improved rotation interaction, implemented GUI to recalculate function. More... about 15 years ago
Added automatic rotation. More... about 15 years ago
Removed all java files, replaced with flex rewrite using papervision and bkde math expression parser. More... about 15 years ago
Added Rectangle and double buffering More... about 16 years ago
began working on a generic bean-based GUI widget framework More... about 16 years ago
wrote build.xml More... about 16 years ago
wrote build.xml More... about 16 years ago
wrote build.xml More... about 16 years ago
Added build file and applet html pages More... about 16 years ago
created accessor methods for rotation states and increments More... about 16 years ago
added todo More... about 16 years ago
Fully implemented the AnimationClock such that the update thread dies when not necessary, and is resurrected when it is needed again. This means that whenever screen updates are not necessary, they don't happen. This is the case when rotation stops. In the 3D grapher, this is the case when there is no rotation and the 't' variable is not in the function. Always it is the case when the window is not visible. More... about 16 years ago
Fully implemented the AnimationClock such that the update thread dies when not necessary, and is resurrected when it is needed again. This means that whenever screen updates are not necessary, they don't happen. This is the case when rotation stops. In the 3D grapher, this is the case when there is no rotation and the 't' variable is not in the function. Always it is the case when the window is not visible. More... about 16 years ago
Fully implemented the AnimationClock such that the update thread dies when not necessary, and is resurrected when it is needed again. This means that whenever screen updates are not necessary, they don't happen. This is the case when rotation stops. In the 3D grapher, this is the case when there is no rotation and the 't' variable is not in the function. Always it is the case when the window is not visible. More... about 16 years ago
fixed bug where containsVariable() didn't work for '=' operators More... about 16 years ago
added the containsVariable() feature More... about 16 years ago
Changed RotatableInteractiveGraphicsPanel rotation interactions so that the Theta always changes in the intuitive direction when the mouse is dragged to rotate the world More... about 16 years ago
changed the AnimationClockListener API so that update() returns a boolean: true if the update is being used, false if not. If false is returned for all current listeners, then AnimationClock will wait longer between updates to conserve CPU resources More... about 16 years ago
changed the AnimationClockListener API so that update() returns a boolean: true if the update is being used, false if not. If false is returned for all current listeners, then AnimationClock will wait longer between updates to conserve CPU resources More... about 16 years ago
changed the AnimationClockListener API so that update() returns a boolean: true if the update is being used, false if not. If false is returned for all current listeners, then AnimationClock will wait longer between updates to conserve CPU resources More... about 16 years ago
added dynamic text field function evaluation More... about 16 years ago
renamed codetemplates.xml to eclipseCodeTemplates.xml so it is more clear what the file is for More... about 16 years ago
Corrected timing and speed issues for spinning interactions in RotatableInteractive3DGraphicsPanel More... about 16 years ago
corrected timing issues in AnimationClock More... about 16 years ago
removed the lame looking border from the grapher example More... about 16 years ago