3DzzD - Walkthrough3D Applet Preview

After Panorama3D & Viewer3D, another 3DzzD Applet is comming :), that one will complete the package.

It will be intended to help lazy people whose dont want to program to create 3D Walkthrough embeded into web page using a simple parametrized Applet.

Online preview below :

Standard version :

http://demo.dzzd.net/Walkthrough3D/

Full antialiased version :

http://demo.dzzd.net/Walkthrough3D/Walkthrough3DFullAntialias.html

Screenshot :

[quote]Compile Camera3D :Camera01
0 0 /0
Exception in thread “Thread-19” java.lang.ArrayIndexOutOfBoundsException: 659000
at net.dzzd.core.f.a(Unknown Source)
at net.dzzd.core.ae.e(Unknown Source)
at net.dzzd.core.ae.d(Unknown Source)
at net.dzzd.core.t.renderScene3D(Unknown Source)
at net.dzzd.core.ap.render(Unknown Source)
at net.dzzd.core.ap.run(Unknown Source)
at java.lang.Thread.run(Unknown Source)
[/quote]
Vista
Latest Java version.

Hi I got the same exception, when i was looking at the wall on your back just after start up.

However If I moved a little bit before looking around, it worked fine.

I like the specular high light and the higly detailed illumination, look great. I got around 40 fps with
50% cpu usage on my core 2.

thanks for your feedbacks,

I maybe made a trivial error and allocate a too small buffer for antialiasing image ! (applet is 500330 AA)
=> 500
33022=660000 seems that I have allocated a smaller buffer than necessary… I will correct that stupid multiplication error, I think you should get that only on the antialiased version.

This is pretty cool - but the navigation does make me feel a bit sea-sick! I’d rather drag the mouse to look around…

Very cool, worked great here on windows vista java 6u10

[quote]Quote
Compile Camera3D :Camera01
0 0 /0
Exception in thread “Thread-19” java.lang.ArrayIndexOutOfBoundsException: 659000
at net.dzzd.core.f.a(Unknown Source)
at net.dzzd.core.ae.e(Unknown Source)
at net.dzzd.core.ae.d(Unknown Source)
at net.dzzd.core.t.renderScene3D(Unknown Source)
at net.dzzd.core.ap.render(Unknown Source)
at net.dzzd.core.ap.run(Unknown Source)
at java.lang.Thread.run(Unknown Source)

Vista
Latest Java version.
[/quote]
API updated, should be ok now, I was unable to reproduce it with the current version and was with the online version so I assume that I corrected it just after I release the first demo…

[quote]This is pretty cool - but the navigation does make me feel a bit sea-sick! I’d rather drag the mouse to look around…
[/quote]
As the FPS we will fix that (enable to switch a runtime to real FPS control) with an extension in the comming days.

EDIT: not sure dragging can really be an option as maybe user will be able to add interactive object (clickable) as the green box on the desk (try to click on it).

[quote=“DzzD,post:7,topic:32583”]
Yeah, I found the box (nice!) but a click & a drag are different enough to tell apart, eh? It’s just seems a bit queasy the way the scene moves when you move the mouse over it ATM.

Works all good here. Nice one.