| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
|
|
|
| |
resources directory.
|
|
|
|
|
|
|
|
|
|
|
|
| |
Item 4) Reorganized directory structure to make the examples a single project rather than a collection of independent apps.
. All example programs moved under src/classes, and all are now in a subpackage of org.jdesktop.j3d.examples.
. All resource files (geometry, images, audio) moved under src/resources
. ant script now exists only at top level
. Created netbeans project file for NetBeans IDE
|
|
|
|
| |
to request a single-buffered graphics Configuration
|
| |
|
| |
|
| |
|
|
|
|
|
|
| |
1) Added Phong shading example
2) Minor mod to SphereGLSL
3) Added toon shader
|
|
|
|
| |
2) Cleanup PickTest
|
|
|
|
|
|
|
| |
Added new GLSL shader example program.
No exit when exception is encountered.
2) PickTest :
Update PickTest.java to use the new pickfast utility.
|
|
|
|
| |
NOTE: all 1.4 development will now proceed on the main trunk. The dev-1_4 branch is closed.
|
| |
|
| |
|
|
|
|
|
|
|
|
| |
calling setOffScreenBuffer(null)).
2) Free snapshot image resources when scrollable ImageDisplayer window is closed.
3) Free scene graph and off-screen buffer information when application exits
|
| |
|
|
|
|
|
|
| |
erroneously issues a call to set/get{Color,Normal,TexCoord}Index in
USE_COORD_INDED_ONLY mode. This checkin corrects two example programs
that trigger this warning message.
|
|
|
|
|
| |
Print out the values for the 3 new Canvas3D.queryProperties():
texture3DWidthMax, texture3DHeightMax, and texture3DDepthMax.
|
|
|