[Pharo-project] Render a COLLADA mesh with OpenGL
Hi, I'm working on parsing COLLADA file and then render it with AlienOpenGL in squeaksource. (AlienOpenGL was a good example of Alien BTW) http://forum.world.st/file/n3308632/%EC%8A%A4%ED%81%AC%EB%A6%B0%EC%83%B7_201... Has anyone done this before? I've seen KMZ file successfully load on OpenCobalt. Has anyone done it with Pharo(or Squeak)? Best Regards -- View this message in context: http://forum.world.st/Render-a-COLLADA-mesh-with-OpenGL-tp3308632p3308632.ht... Sent from the Pharo Smalltalk mailing list archive at Nabble.com.
Hi, that would be cool to see! I haven't heard of anyone rendering COLLADA or other sort of files ( i think they can render Google sketchpad files also) outside the Croquet/Cobalt community. Just an remark, glad to hear that you find it useful but i stopped maintaining the AlienOpenGL package a while ago, Although it is stable and has enough features. For rendering OpenGL you can also take a look at the squeaksource packages, ( browse previous mails on the list) that rely on FFI. In case AlienOpenGL does not satisfy your needs. Fernando On Wed, Feb 16, 2011 at 11:50 AM, HwaJong Oh <daliot.oh@gmail.com> wrote:
Hi,
I'm working on parsing COLLADA file and then render it with AlienOpenGL in squeaksource. (AlienOpenGL was a good example of Alien BTW)
http://forum.world.st/file/n3308632/%EC%8A%A4%ED%81%AC%EB%A6%B0%EC%83%B7_201...
Has anyone done this before?
I've seen KMZ file successfully load on OpenCobalt. Has anyone done it with Pharo(or Squeak)?
Best Regards -- View this message in context: http://forum.world.st/Render-a-COLLADA-mesh-with-OpenGL-tp3308632p3308632.ht... Sent from the Pharo Smalltalk mailing list archive at Nabble.com.
participants (2)
-
Fernando Olivero -
HwaJong Oh