简体   繁体   中英

Render to BufferedImage in Java3D

Is there a simple way of rendering to a BufferedImage in Java3D?

I know you can extend Canvas3D , but it seems cumbersome if I just want to render directly.

似乎有一些示例显示了如何执行此操作,例如PrintCanvas3D.javaOffScreenTest.java ,两者都提供了屏幕外渲染的示例。

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM