Web 3D : Show a 3DS file online in a minute : Update 3

I made a customisable Applet to enable fast Web3D showing of a 3ds model both hardware (JOGL) & Softwar mode.

let me know if you use it

Update3 :

updated for blender exported 3ds files :

  • there was a bug on loading
  • as blender soesn’t export camera in 3ds file, there is two new Applet parmeters used when unable to find a camera in file : CAMERAFOV & CAMERAZ

http://demo.dzzd.net/Viewer3DV3/

Update2 :

update of dzzd.jar API fixing a cupple of bug

http://demo.dzzd.net/Viewer3DV2/

Version1:

http://demo.dzzd.net/Viewer3D/

NB: there is some missing features in the hardare rendering mode and ofcourse still some few bugs in the software one…

Looks good. Well done.

One thing irritates me though. In GL mode (‘H’) the zoom
functionality doesn’t work and somehow in software mode
(‘S’) it seems to run a little smoother and the zoom does
work.

Anyway - useful applet!

thank,

there is a warning for the hardware that explain that zoom and some rendering effect are not handled. I did not look in detail why the zoom did not work on jogl mode, for the rendering feature : bump/reflective map they are still not implemented in hardware :frowning: maybewhen the whole will be opensourced one people will take the time to do such.

updated, zooming work now in hardware as in software, now I have to look on on implementing reflective & normal mapping in hardware…

Update 2 :

bugs fix on 3ds loader, mipmap, bilinear filtering.

http://demo.dzzd.net/Viewer3DV2/

Update 3 :

updated for blender exported 3ds files :

  • bugs fix on 3ds loading (especially blender export)
  • two new parmeters used when unable to find a camera in file : CAMERAFOV & CAMERAZ

http://demo.dzzd.net/Viewer3DV3/