Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Topics - dankor

Pages: [1]
1
Hi,

Applet url: http://omnisoft.pl/en/marketing_3D.html

I've been using JCPT from one week and I must say, that Egon did excellent job!.

I’d like to share my remarks about JCPT with other developers:

The most difficult for me was the beginning. Although there is a nice tutorial and two samples, but it is enough to create simple example only. Then I wanted to add lights (good looking), fit the object to the scene automatically, add metal effect, etc. And this took me many hours and probable I didn’t manage without Egon, who helped me.

From my point of view good documentation for “not experienced in 3D” users is lacking here. Documentation should have many examples, which would show how to use JCPT in practice.

PS. I’d like to thank Egon for his help.

Have a nice day,

Daniel

2
Support / Quality of rendering like http://europe.nokia.com/e50
« on: May 25, 2007, 09:40:50 am »
Hello,

Is it possible to achieve the rendering quality as on the http://europe.nokia.com/e50 (3d phone). Nokia applet looks like it’d use phong shading (Am I wrong?).

Have a nice day,

3
Hello,

Is it possible to get the textures list (urls or just names) from .3ds file?

Bye,
Daniel

4
Support / How to fit 3d object to the window automatically?
« on: May 24, 2007, 12:36:56 pm »
Hello,

What is the way to fit the 3d object to the window automatically. Now I do it in this way:

world.getCamera().setPositionToCenter(obj);
world.getCamera().moveCamera(Camera.CAMERA_MOVEOUT, this.zoom); // every 3d object has diffrent initial zoom value.

Bye,

Daniel


Pages: [1]