New upload

Ok

I think I have sorted the loader now, does averaging of normals for smoother objects. I've also played with the lights in the scene Smiling.

Go play now Smiling

Loader problems again

Having loaded in the first of the new models, some issues with the model loader have been revealed, including the fact that I hadn't got round to smoothed normals yet.

More to do before I get to the network code again Smiling

Fighter 2 and engine module

New models

James Studdart has offered to do some models for DV.

Checkout some of his excelent inital models here or visit his home page to see more of his work.

Fighter 1 Test render

Fighter 1 Group shot

Fighter 1 group shot

More loader issues, but getting there.

I've discovered a couple of interesting 'features' in my ac3d loader. One that I expected is that although ac3d supports convex and concave polygons, opengl doesn't. It's easy enough as I can just triangulate my models in AC3D and it's sorted. I will make it so that the loader looks at the number of vertecies for a surface, and if it's 3 will use gl triangle instead of gl polygon. At the moment it just uses polygon. The unexpected one is that if I load say 3 models, and there are shared textures (at the moment all my models share all thier textures as they are derivitives of the same object) then if I don't render the first one loaded, the textures on the others go missing. Which is an issue.

First shot from LWJGL version

First shot from LWJGL version

Just a simple shot with the star field and 2 fighters of different types.

Input handling

A few guys from LWJGL tried this out last night and had some issues. One of which was jinput on linux not quitting properly. I already knew about this issue, but at the time I was the only one who had seen it so I wasn't bothered. As it was spotted again I went ahead and fixed it. So thats one bug done.

There are another couple to fix it seems. On windows it may be choppy. I could just vsync and sort it, but I rather like reports of 800+ fps Smiling. It also seems to hand on 1 piece of hardware, before it even loads the fighter, which is worrying.

Bah