Main Menu
Menu

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.

Show posts Menu

Messages - gpsunjp

#1
Support / Is the normal considered when rendering?
June 16, 2006, 11:05:14 AM
Hello

Is the vertex's normal of a facet considered while rendering?
I did not find a method to set normal of each vertex of triangles.

Sun
#2
Support / How to setup a camera?
June 16, 2006, 10:13:13 AM
Hello

I have a Object with size (800, 1000, 400), and center(200, 400, 500).
How to setup a camera so that the whole object can be displayed?
In my case, It seems that some parts are culled by near and far plane.

Thank You
Sun
#3
Support / How to set a Object color?
June 16, 2006, 08:53:32 AM
Hello

I have two objects. One is yellow, and the other is blue. How to set the objects' color? I do not want to use texture.

Sun
#4
Support / Is There any Applet example?
June 02, 2006, 03:28:03 AM
Everything is going well.

Thank you all.

Sun
:D
#5
Support / Is There any Applet example?
June 01, 2006, 06:36:02 AM
Let me give some supplementary error messages.

java.lang.NoClassDefFoundError: com/threed/jpct/FrameBuffer
       at ExampleApplet.init(ExampleApplet.java:20)
       at sun.applet.AppletPanel.run(AppletPanel.java:354)
       at java.lang.Thread.run(Thread.java:534)

My pc installed Java1.5.

Sun
#6
Support / Is There any Applet example?
June 01, 2006, 05:04:47 AM
Thank you for your reply.
I compiled the applet example but the applet can not be inited when executing.

I also compiled the bounce.java taken from jpctapi_096.zip with current jpct, it can not be inited too.

Anyone know why?

Sun
[/img]
#7
Support / Is There any Applet example?
May 30, 2006, 08:15:41 AM
Hello,

I am a newer to JPCT. I want to make a Applet to display a 3D 3DS Object using JPCT. It will be very appreciated if anyone could give me such example.

Thank you

sun