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 - Chico de las poeías

#1
Projects / Re: JPCT+odejava and Skybox
July 03, 2009, 06:16:42 PM
Thanks! ;D



PD:
Oviusly, you can also work with diferents shapes.
For example:
   
ODE.java:   
   
QuoteboxBody2 = new Body("box2", world, new GeomSphere("esfera",2f));
JPCTODE.java:
   
QuoteObject3D sp = Primitives.getSphere(2.0F);

   
(if anybody wants odejava supports, you can find it here: http://www.javagaming.org/ )