Hello
Guest
Register
Login
1 Hour
1 Day
1 Week
1 Month
Forever
LWJGL 3.3.2 released
Menu
Home
Help
Search
Login
Register
go
LWJGL Forum
Programming
General Java Game Development
LWJGL versus Java3D?
« previous
next »
Print
Pages: [
1
]
LWJGL versus Java3D?
1 Replies
9820 Views
betwixt
12
LWJGL versus Java3D?
«
on:
February 27, 2006, 10:12:27 »
Having tried both of them a bit, LWJGL seems to be a lot faster, but in Java3D I think there were classes for collison testing and so on. Which do you prefer?
Logged
Matzon
2242
LWJGL versus Java3D?
«
Reply #1 on:
February 27, 2006, 10:21:22 »
it's not really apples to apples comparison.
lwjgl enables raw opengl access, while java3d is a scenegraph build on top of opengl/directx.
You should compare jMe and Xith3d to java3d instead, which should be faster in most cases.
There was a benchmark on JGO about the speed in a Quake BSP viewer. The fastest was a custom lwjgl renderer followed by java3d (quite surprising). However some optimizations were made to jMe which made it quite a bit faster.
http://www.javagaming.org/forums/index.php?topic=11748.0
Logged
http://lwjgl.org
Print
Pages: [
1
]
« previous
next »