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.


Messages - Chico de las poeías

Pages: [1]
1
Projects / Re: JPCT+odejava and Skybox
« on: July 03, 2009, 06:16:42 pm »
Thanks! ;D



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

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

Pages: [1]