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 - slenkar

Pages: 1 [2]
16
Support / set z axis to the same as another object
« on: May 30, 2009, 04:03:04 am »
'align' copies the x axis and the y axis

How do I get the zaxis of an object and copy it to another objects zaxis (e.g. the camera)

17
Support / Re: Camera matching Object3d Z Axis
« on: May 30, 2009, 03:57:06 am »
I used AGP's method but the camera is upside down, can anyone help?

The ship is a md2 so is it the mesh that is upside down?

18
Support / Re: creating lwjgl mouse blanks screen
« on: May 29, 2009, 08:54:47 pm »
oh yeah its canvas, thanks

19
Support / creating lwjgl mouse blanks screen
« on: May 29, 2009, 04:24:00 pm »
I added one line to the helloworld demo:

Mouse.create();

and the screen is blank, but if I remove the line the green box appears as usual.

I am using the AWTGL demo, I tried to capture AWT mouse events but they were not recognized.

So I tried to use the lwjgl Mouse.create command

I also put this line into the main program loop:
System.out.println(Mouse.getDX());

but nothing is printed to the console

20
Feedback / nothing wrong with jpct
« on: May 29, 2009, 01:39:15 pm »
Ive tried a lot of 3d engines and there is always something wrong with them,

So far Im trying jpct and there doesnt seem to be anything wrong with it, its not difficult to use, or understand, or install.
Its fast, cross platform, doesnt crash, has collision commands.

this is strange

Pages: 1 [2]