Subversion Repositories distributed

Rev

Rev 26 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 26 Rev 32
Line 1... Line 1...
1
package test.fraktal3d;
1
package test.fraktal3d;
2
import com.jme.app.SimpleGame;
2
import com.jme.app.SimpleGame;
3
import com.jme.math.Vector3f;
3
import com.jme.math.Vector3f;
4
import com.jme.scene.Node;
-
 
5
 
4
 
6
public class BouncingBall extends SimpleGame {
5
public class BouncingBall extends SimpleGame {
7
 
6
 
8
        @Override
7
        @Override
9
        protected void simpleInitGame() {
8
        protected void simpleInitGame() {