Ticket #1473 (closed enhancement: fixed)
[with patch, with one positive review] Java3D usable from command line as well as notebook
| Reported by: | robertwb | Owned by: | robertwb |
|---|---|---|---|
| Priority: | major | Milestone: | sage-2.9 |
| Component: | graphics | Keywords: | |
| Cc: | Work issues: | ||
| Report Upstream: | Reviewers: | ||
| Authors: | Merged in: | ||
| Dependencies: | Stopgaps: |
Description
Eventually we hope to have many tools (e.g. MayaVi?) to help handle this, but Java3D works now and it should be easy to invoke the same code as an app rather than an applet.
Attachments
Change History
comment:1 Changed 5 years ago by robertwb
- Owner changed from was to robertwb
- Status changed from new to assigned
comment:4 Changed 5 years ago by robertwb
- Summary changed from Java3D usable from command line as well as notebook to [with patch] Java3D usable from command line as well as notebook
- Milestone changed from sage-2.9.1 to sage-2.9
comment:5 Changed 5 years ago by was
- Summary changed from [with patch] Java3D usable from command line as well as notebook to [with patch, with one positive review] Java3D usable from command line as well as notebook
This works fine for me.
comment:6 Changed 5 years ago by cwitty
If I download java3d-1_5_1-linux-i586.zip from the java3d web site, I can unzipit to get (among other things) j3d-jre.zip. Then I can unzip j3d-jre.zip to get (among other things) libj3dcore-ogl.so.
If I put libj3dcore-ogl.so in some directory, and set my LD_LIBRARY_PATH environment variable to point to that directory before starting Sage, then the command-line java3d code works.
Note: See
TracTickets for help on using
tickets.

