Search...
FAQs
Subscribe
Pie
FAQs
Recent topics
Flagged topics
Hot topics
Best topics
Search...
Search within Java API
Search Coderanch
Advance search
Google search
Register / Login
Post Reply
Bookmark Topic
Watch Topic
New Topic
programming forums
Java
Mobile
Certification
Databases
Caching
Books
Engineering
Micro Controllers
OS
Languages
Paradigms
IDEs
Build Tools
Frameworks
Application Servers
Open Source
This Site
Careers
Other
Pie Elite
all forums
this forum made possible by our volunteer staff, including ...
Marshals:
Campbell Ritchie
Ron McLeod
Paul Clapham
Tim Cooke
Devaka Cooray
Sheriffs:
Liutauras Vilda
paul wheaton
Rob Spoor
Saloon Keepers:
Tim Moores
Stephan van Hulst
Tim Holloway
Piet Souris
Mikalai Zaikin
Bartenders:
Carey Brown
Roland Mueller
Forum:
Other JSE/JEE APIs
screen of simple universe
Lucas Smith
Ranch Hand
Posts: 808
1
I like...
posted 13 years ago
Number of slices to send:
Optional 'thank-you' note:
Send
Hi,
I want to save an image of 3d scene to .png file. Is there a wayto do it programatically? PrintScreen is not a solution
.
SCJP6, SCWCD5, OCE:EJBD6.
BLOG:
http://leakfromjavaheap.blogspot.com
eve agostini
Ranch Hand
Posts: 43
posted 13 years ago
Number of slices to send:
Optional 'thank-you' note:
Send
You can create an offscreen Canvas3D and use the renderOffScreenBuffer() method:
Canvas3D
August Lammersdorf
Greenhorn
Posts: 8
posted 13 years ago
Number of slices to send:
Optional 'thank-you' note:
Send
Hi, also check out following
Java
3D example programs
- org.jdesktop.j3d.examples.offscreen_canvas3d.OffScreenTest
- org.jdesktop.j3d.examples.print_canvas3d.PrintCanvas3D
j3d-examples-1_5_2-src.zip :
https://java3d.dev.java.net/binary-builds.html
August, InteractiveMesh
Lucas Smith
Ranch Hand
Posts: 808
1
I like...
posted 13 years ago
Number of slices to send:
Optional 'thank-you' note:
Send
Thanks, that works just fine
SCJP6, SCWCD5, OCE:EJBD6.
BLOG:
http://leakfromjavaheap.blogspot.com
Space pants. Tiny ad:
We need your help - Coderanch server fundraiser
https://coderanch.com/wiki/782867/Coderanch-server-fundraiser
reply
reply
Bookmark Topic
Watch Topic
New Topic
Boost this thread!
Similar Threads
capture image
Any idea capturing mouse cursor with Robot
saving canvas as an image
Java 3D Object Loader
taking a snapshot of the screen[Pls. don't say can't do it]
More...