9
I Use This!
Very Low Activity

Commits : Listings

Analyzed about 12 hours ago. based on code collected about 24 hours ago.
May 08, 2023 — May 08, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Fix bug where Matrix3 and 4 were needlessly created and not released for each render.
renanse
as Joshua Slack
More... almost 4 years ago
Add a few more possible mouse buttons to the AWT mouse wrapper.
renanse
as Joshua Slack
More... almost 4 years ago
Remove old performance tests, still holds up nicely, but bragging rights are not a necessary part of this repo.
renanse
as Joshua Slack
More... almost 4 years ago
Add support for instanced rendering of Meshes via a setting on Mesh (`setInstanceCount`).
renanse
as Joshua Slack
More... almost 4 years ago
Attempt to fix case in Focus package name
renanse
as Joshua Slack
More... almost 4 years ago
Move away from explicitly throwing NullPointerException.
renanse
as Joshua Slack
More... almost 4 years ago
Mark internal fields as private in private class
renanse
as Joshua Slack
More... almost 4 years ago
Apply new code cleanup to some files before we make changes so the changes are easier to read.
renanse
as Joshua Slack
More... almost 4 years ago
Rename Spatial's private duplicate method to better match its functionality
renanse
as Joshua Slack
More... almost 4 years ago
Apply new code cleanup to some files before we make changes so the changes are easier to read.
renanse
as Joshua Slack
More... almost 4 years ago
Add support for stride, offset, divisor and normalized values in vertex attributes.
renanse
as Joshua Slack
More... almost 4 years ago
reorder to get rid of no-use-before-define warning
renanse
as Joshua Slack
More... almost 4 years ago
Remove use of guava Maps in favor of newer Java core syntax
renanse
as Joshua Slack
More... almost 4 years ago
Update required versions on SWT and Guava.
renanse
as Joshua Slack
More... almost 4 years ago
Apply updated cleanup and format rules across java code.
renanse
as Joshua Slack
More... almost 4 years ago
Revert header comment formatting
renanse
as Joshua Slack
More... almost 4 years ago
Update auto-cleanup rules on all sub-projects
renanse
as Joshua Slack
More... almost 4 years ago
Replaced usage of WindowConstant value with direct use.
renanse
as Joshua Slack
More... almost 4 years ago
Remove constant for instanced geometry support.
renanse
as Joshua Slack
More... almost 4 years ago
Update Eclipse cleanup and format settings
renanse
as Joshua Slack
More... almost 4 years ago
Update auto-formatting on math library
renanse
as Joshua Slack
More... almost 4 years ago
Update to openjdk11 target
renanse
as Joshua Slack
More... almost 4 years ago
refactor ui container to return added components for easier chaining
renanse
as Joshua Slack
More... almost 4 years ago
Raise platform target to Java 11
renanse
as Joshua Slack
More... almost 4 years ago
Add a new CompoundTerrainSource to Ardor3D's terrain system, allowing easier combination of terrain data. (#93)
renanse
as Joshua Slack
More... almost 4 years ago
updated current year
renanse
as Joshua Slack
More... about 4 years ago
Use passed GLData in SwtCanvas and use the passed sharedContext.
renanse
as Joshua Slack
More... about 4 years ago
Fix for bug in multi-context mode where we assume we have a buffer bound in a shared context, just because it is bound in the another.
renanse
as Joshua Slack
More... about 4 years ago
Split our context tracking up into sharable vs unique since we also use it to track some non-sharable OpenGL objects, such as VAOs.
renanse
as Joshua Slack
More... about 4 years ago
Update lwjgl3-swt platform jars to latest from github - Feb 26, 2020. Corrects a bug where lwjgl version is mismatched with that used by Ardor3D
renanse
as Joshua Slack
More... about 4 years ago