summaryrefslogtreecommitdiffstats
path: root/src/net/java/joglutils/msg/nodes
Commit message (Expand)AuthorAgeFilesLines
* Added GLResetAction, used for clearing out the state of nodesKenneth Russel2007-07-222-0/+30
* Provided fallback code paths if OpenGL 1.3 (glLoadTransposeMatrixf,Kenneth Russel2007-04-241-1/+7
* Fixed bug in computation of orthographic projection matrix where itKenneth Russel2007-04-104-4/+53
* Added setUniformMatrices*() methods to Shader. Fleshed out setUniform*() met...Christopher Campbell2007-04-091-5/+472
* Added OrthographicCamera class and factored out computation of startKenneth Russel2007-04-083-4/+125
* Hacked in support for setUniform() in ShaderNode. When I say hack, I mean it...Christopher Campbell2007-04-041-0/+9
* Added new DepthTest node class, with support from [GL]DepthTestElement. This...Christopher Campbell2007-04-041-0/+70
* Checked in code from Chris Campbell for abstracting shader support andKenneth Russel2007-04-031-0/+115
* Added PerspectiveCamera.getWidthAngle(). Removed commented-out codeKenneth Russel2007-04-013-3/+24
* Added msg.jar target. Added dispose() method to Texture2. Fixed smallKenneth Russel2007-03-311-0/+13
* Added support for using TextureRenderer in conjunction with Texture2Kenneth Russel2007-03-282-11/+147
* Made TextureElement refer to the Texture2 node rather than the TextureKenneth Russel2007-03-272-2/+5
* Added ray picking functionality via RayPickAction. Added unprojectionKenneth Russel2007-03-2411-19/+392
* Added extensible action method mechanism via ActionTable, decouplingKenneth Russel2007-03-1812-20/+172
* Initial checkin of the Minimal Scene Graph (MSG) library, intentendedKenneth Russel2007-03-1814-0/+1180