aboutsummaryrefslogtreecommitdiffstats
path: root/ardor3d-core/src
Commit message (Collapse)AuthorAgeFilesLines
* Added some additional caps detection + divorced UIContainer standin texture ↵Joshua Slack2017-10-161-20/+53
| | | | size from camera. This should help in serveral situations such as window size being tiny during init, or different contexts having different window sizes.
* Added centerOn method to UIComponent to make it simpler to center a ↵Joshua Slack2017-09-292-12/+24
| | | | | | | component on another component or the hud. Fixed issue in sliders when min value is not 0. Clean up warnings.
* Updates to Disk to allow for hole in center.Joshua Slack2017-09-061-49/+142
|
* Add a local rotation to BillboardNode that is applied post orientation. This ↵mallanmba2017-06-141-5/+29
| | | | is to allow consistency between Y up and Z up conventions - i.e. when we change state of the Billboard behavior, we should not have to transform the Billboard children for things to make sense. Also, AxialZ was rotated 180 degrees so that switching back and forth between ScreenAligned and AxialZ (with a 90 degree rotation around X) is consistent.
* Made GeometryTool effectively into a static classJoshua Slack2017-04-271-10/+10
|
* Added a new 9-slice capable BMTextBackground to use with BMText/BasicText ↵Joshua Slack2017-04-211-0/+308
| | | | and added it to the ShapesExample.
* Added a way to set default color by float values to Mesh.Joshua Slack2017-04-212-19/+39
|
* Cleaned up various warningsJoshua Slack2017-04-203-98/+121
|
* Contributions from mallanmba offering improvements to bmfont and bmtext, ↵mallanmba2017-04-2028-72/+2295
| | | | including switching from triangles to quads, a simple font manager, change listeners for text and additional fonts. CR and tweaks to follow convention by renanse.
* Small tweaks to Box and NormalGeneratorJoshua Slack2017-04-202-44/+19
|
* Fixed BillboardNode for better usage in camera setups other than Y-up. ↵Joshua Slack2017-04-202-74/+124
| | | | Added AxialX and None as alignment types. Revamped example to better illustrate billboard action. Added a Z-Up version of the example.
* Fix problem with billboard stretching when rotating around z axisSaeid2015-03-171-2/+3
|
* Fix typos in Javadoc comments.Vincent Cantin2014-01-028-16/+16
|
* Allows to override GeometryToolJulien Gouesse2013-11-181-5/+9
|
* Fixes the texture coordinates and adds a warning about the flipped textures ↵Julien Gouesse2013-11-151-6/+6
| | | | into the exporter
* Adds getPrimitiveTextureCoords into MeshDataJulien Gouesse2013-11-111-0/+49
|
* Adds the support of 9 mouse buttons into the JOGL 2.0 NEWT backendJulien Gouesse2013-06-181-1/+1
|
* Allows to control the creation of the renderer in the canvas rendererJulien Gouesse2013-04-261-0/+7
|
* Fixes the regression introduced by my previous commitJulien Gouesse2013-04-0319-24/+36
|
* Allows the use of clip planes with OpenGL-ES1Julien Gouesse2013-04-022-3/+28
|
* Merge pull request #30 from gouessej/masterJoshua Slack2013-03-275-6/+50
|\ | | | | Fixes + enhancements
| * Adds OpenGL-ES 2.0 support, prepares the use of PMVMatrix (work in progress)Julien Gouesse2013-03-221-1/+6
| |
| * Uses the proper buffer size when using ScreenExporter with JOGL 2.0Julien Gouesse2013-03-093-3/+40
| |
| * Merge branch 'master' of git://github.com/Renanse/Ardor3DJulien Gouesse2013-03-091-1/+1
| |\
| * | Fixes GeneratedTexturesExample (several rewind() calls were missing in the API)Julien Gouesse2013-03-091-2/+4
| | |
* | | Fix to primitive constructionRenanse2013-03-251-1/+1
| | |
* | | Merge remote-tracking branch 'origin/master'Renanse2013-03-252-0/+34
|\ \ \
| * | | Added support for handling ExecutionExceptions that happen when aneothemachine2013-03-192-0/+34
| | | | | | | | | | | | | | | | | | | | | | | | | | | | GameTaskQueue executes GameTasks/Callables. This is useful when the client code doesn't retrieve the result of a GameTask with get() but still wants to know when an exception occured while computing the result.
* | | | Small update for lwjgl vbo, using their no arg vbo buffer creationRenanse2013-03-251-1/+1
|/ / / | | | | | | method to reduce nio buffer creation.
* | | Allow injecting of GameTask directly.Renanse2013-03-151-0/+10
| | |
* | | Fields are now protected.Renanse2013-03-141-9/+12
| |/ |/| | | | | cancel now uses isDone() to determine if task already ran since result may be null at end of some tasks.
* | removed debug boolean and attempt to reduce object creation inrenanse2013-02-241-1/+1
|/ | | boundingsphere.
* normalized line endingsneothemachine2013-02-2175-8345/+8345
| | | | | | see http://www.hanselman.com/blog/YoureJustAnotherCarriageReturnLineFeedInTheWall.aspx and https://help.github.com/articles/dealing-with-line-endings
* Added detection of MSAA FBO and FBO blit.renanse2013-02-031-0/+16
| | | | Fixed multisample support on LwjglHeadlessCanvas - still needs fixing in FBO texture rendering.
* Dropped uses of getIndexBufferrenanse2013-01-2012-52/+52
|
* Switched more code to using more efficient index buffers.renanse2013-01-209-13/+105
|
* Update ardor3d-core/src/main/java/com/ardor3d/scenegraph/MeshData.javaJoshua Slack2012-12-201-0/+1
| | | replace missing refreshInterleaved();
* Suggested tweak from Julien GouesseRenanse2012-12-201-4/+7
|
* Merge remote-tracking branch 'origin/master'renanse2012-12-195-12/+100
|\
| * Small tweaks, spelling, unnecessary checks, etc.Renanse2012-12-181-2/+0
| |
| * Added "asType(Type)" method to BoundingVolume.Renanse2012-12-184-10/+100
| |
* | Various audit cleanup suggestions.renanse2012-12-199-66/+60
|/
* null checksrenanse2012-12-171-3/+6
|
* move all files from trunk to root folderneothemachine2012-12-05377-0/+68936