Rename legacy project for clarity and disambiguation
fixed compilation errors, still run-time exception(s)
compile dependency before running examples
only report rendering problem once, not each frame
note exception
[Terry N.] Brutzman work on vertical justification
[Terry N.] update j3d
[Terry N.] move object creation out of loops
[Terry N.] add javadoc
[Terry N.] make var final
[Terry N.] only 1 static init required
[Terry N.] not knowing much about TestNG, commenting out problematic test for now
[Terry N.] move object creation out of loops, update NB proj files
[Terry N.] update
[Terry N.] source was already stopped
[Terry N.] update years
[Terry N.] don't declare objs inside a loop
[Terry N.] initialize JOAL
[Terry N.] tighten up the shutdown sequence of JOAL
[Terry N.] tighten up the shutdown sequence of JOAL
[Terry N.] tighten up the shutdown sequence of JOAL
[Terry N.] alternative to SysExit
[Terry N.] cleanup props
[Terry N.] cleanup props
[Terry N.] alternative to SysExit
[Terry N.] update win arg
[Terry N.] update JOGAMP fat jar to v2.5.0 20230818
[Terry N.] update
[Terry N.] enhanced NEWT creations and dispose w/ latest JOGL fix
[Terry N.] target to run all examples
[Terry N.] update jogamp lib. Fixes NEWT crash
[Terry N.] update to run from NB 12.5 w/ JDK 17
[Terry N.] update
[Terry N.] javadoc from parent
[Terry N.] fix NPE if a directional light wasn't available to render
[Terry N.] don't understand mockito very well, but fixed test?
[Terry N.] javadoc
[Terry N.] javadoc
[Terry N.] in some strange instances, lightId is null
[Terry N.] javadoc typo
[Terry N.] commit rev
[Terry N.] play with tstamp format
[Terry N.] No update to the GitHub repo: https://github.com/j3d/aviatrix3d
[Terry N.] update testing support libs
[Terry N.] update testing support libs
[Terry N.] update lambdas
[Terry N.] update testing support libs
[Terry N.] typo
[Terry N.] assertion refactors, refactor deprecated mockito methods
[Terry N.] lambda
[Terry N.] use static types
[Terry N.] javadoc
[Terry N.] unused imports
[Terry N.] javadoc
[Terry N.] typos
[Terry N.] create the renderer whether lightweight or otherwise. Check for nulls. Check for autoSwap
[Terry N.] use Maps
[Terry N.] Upgrade JogAmp (JOGL, JOAL, GlueGen) to v2.4.0-rc-20210111
[Terry N.] update entry
[Terry N.] update to latest jogamp v2.4
[Terry N.] match GitHub j3d.loaders
[Terry N.] match GitHub j3d.loaders
[Terry N.] match GitHub j3d.loaders
[Terry N.] latest RC
[Terry N.] even though out moded, reenable the pBuffer for off screen rending required for the Replica app in Xj3D
[Terry N.] remove unused var
[Terry N.] update proj. name
[Terry N.] correctly handle certain JOGL InterruptedExceptions
[Terry N.] update proj. name
[Terry N.] update
[Terry N.] typo
[Terry N.] final attempt at aligning as much as possible with current AV3D. the RELEASE_NOTES explain the current diffs
[Terry N.] update
[Terry N.] import re-arrange
[Terry N.] match impl ver w/ J3D
[Terry N.] no longer required
[Terry N.] reduce manifest clutter
[Terry N.] reduce manifest clutter
[Terry N.] Hacks to get a custom jar manifest written
[Terry N.] update NB proj files
[Terry N.] Holy cow, it worked!! Saving this impl that includes Justin's rework of OutPutDevice, CanvasDescripters, and RenderingProcessors included in the org.j3d GitHub repo v3.1. The main diff is that we're retaining the float vs double rework Justin did in J3D, we're retaining vecmath and still using JOGL GLCapabilities. The main fix was in the resolution issue with certain screen resolutions using JOGL v2.4
[Terry N.] Commit to reverse 12659 (to early).
[Terry N.] Commit to preserve the working state of Aviatrix w/ Xj3D prior to working on the output.graphics pkg in order to fix screen resolution issues occurring w/ JOGL v 2.4. Use Justin's (JOAL) fix for the AudioDevice. Update the bounding box subclasses
[Terry N.] Match to Justin Couch's j3d on GitHub sans the internal maths package (keep vecmath for now)
[Terry N.] update to Jogamp v2.4 for JDK9+ compatibility. WARNING:*** further updates are only in the Xj3D branch at GitLab: gitlab.nps.edu:tdnorbra/xj3d.git. This commit is only good for 19 DEC 2019 and prior. Newest version at GitLab due to repo corrupt at SF. ***
[Terry N.] update note for upgrade to Jogamp v2.4
[Terry N.] upgrade to Jogamp v2.4
updated build
updated build
updated build
local property
properly handle color-count tests for ColorRGBA
javadoc
rebuild
Multiple corrections to triangle and geometry nodes for properly handling textures. Fixed important bug on field initialization - much more work needed on that.
Multiple corrections to triangle and geometry nodes for properly handling textures. Fixed important bug on field initialization - much more work needed on that.
SPELL CHECKS
better default label for -1 sentinel; silence apparently erroneous diagnostic when no fields present
In order to avoid bad initialization of CCW in Appearance, add comments as TODO list.