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

#16
'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
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
May 29, 2009, 08:54:47 PM
oh yeah its canvas, thanks
#19
Support / creating lwjgl mouse blanks screen
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
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