| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
|
|
|
| |
build process. Added targets for joglutils.jar and joglutils-demos.jar
as well as javadoc. Deleted build directory from svn.
git-svn-id: file:///usr/local/projects/SUN/JOGL/git-svn/svn-server-sync/joglutils/trunk@103 83d24430-9974-4f80-8418-2cc3294053b9
|
|
|
|
|
|
|
|
|
| |
referring to server-side objects when the underlying OpenGL context
has been destroyed and implicitly so have these objects. Added support
for the GLResetAction to the Texture2 and ShaderNode nodes.
git-svn-id: file:///usr/local/projects/SUN/JOGL/git-svn/svn-server-sync/joglutils/trunk@72 83d24430-9974-4f80-8418-2cc3294053b9
|
|
|
|
|
|
|
|
| |
correctness, though this is not needed right now. Fixed bug in
Vec4f.toString().
git-svn-id: file:///usr/local/projects/SUN/JOGL/git-svn/svn-server-sync/joglutils/trunk@71 83d24430-9974-4f80-8418-2cc3294053b9
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
was not taking into account the Z offset of the near/far planes. Fixed
bug in Camera's unprojection routine where it needed to specify the
negation of the near distance for the initial Z coordinate. Added
getWidth() and getHeight() to Texture2 node. Added convenience method
getPickedPoint() to RayPickAction. Added check to Camera to avoid
recomputing the projection matrix if the aspect ratio was set to the
same value as the last time. Made Group node Iterable.
git-svn-id: file:///usr/local/projects/SUN/JOGL/git-svn/svn-server-sync/joglutils/trunk@65 83d24430-9974-4f80-8418-2cc3294053b9
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
functionality to Camera class. Added Shape and TriangleBasedShape as
superclasses in the node hierarchy. Added TriangleCallback mechanism
for iterating vertices of triangles and PrimitiveVertex to represent
all data associated with a given vertex. Made Actions keep track of
the path through the scene graph they are currently on. Added
RayTriangleIntersection based on paper from Journal of Graphics
Tools. Augmented DisplayShelf demo with click-selection of movie
titles and reduced priority of background loading thread to avoid
rendering hiccups.
git-svn-id: file:///usr/local/projects/SUN/JOGL/git-svn/svn-server-sync/joglutils/trunk@47 83d24430-9974-4f80-8418-2cc3294053b9
|
|
|
|
|
|
|
|
|
| |
Action implementations from the set of Nodes in the library.
Refactored OpenGL rendering into node instances to potentially share
more code among different Action subclasses.
git-svn-id: file:///usr/local/projects/SUN/JOGL/git-svn/svn-server-sync/joglutils/trunk@45 83d24430-9974-4f80-8418-2cc3294053b9
|
|
for experimentation with both 3D and 2D/3D interaction.
git-svn-id: file:///usr/local/projects/SUN/JOGL/git-svn/svn-server-sync/joglutils/trunk@44 83d24430-9974-4f80-8418-2cc3294053b9
|