Poll: does anyone using java3d use the J3DBuffer API?
Posted by hharrison on Feb 23, 2013; 9:57pm
URL: https://forum.jogamp.org/Poll-does-anyone-using-java3d-use-the-J3DBuffer-API-tp4028335.html
This is the first API change I'd like to make, removing any and all methods that accept/return a J3DBuffer
and return/accept an nio buffer instead. The only reason this class exists was to allow Java3d to shim an alternate
implementation where nio was not available (Java 1.3 VMs). Time has passed....I'm hoping either nobody is using
this API, or they wouldn't mind updating their projects. This would be an incompatible API change with Java3D 1.5.
Thoughts? Please just do a quick search through your projects to at least let me know 'Hey, I'm using that!'
Thanks,
Harvey