This site requires JavaScript, please enable it in your browser!
Greenfoot back

Zerg's Comments

Back to Zerg's profile

ZergZerg

2008/11/25

What would be really cool is to make something like guitar hero out of this!
Seems broken... by mouse-look, I mean that moving the mouse to the left of right would turn the character. I have it working somewhat in a window, but not on a webpage yet
I finally have time, so I am writing you a mouse-look bit of code :) What would be cool is some kind of radar that shows where the enemies are.
ZergZerg

2008/11/21

Actually, this is not true 3D either... True 3D allows more than one topological shape. For instance, a tube is topologically different from a plane. This is closer to a 3D graphing system.
ZergZerg

2008/11/20

ah... not slow on my end, but then I have a decent computer. Actually, if you can calculate the normal of a face, then lighting is fast and easy.
ZergZerg

2008/11/20

ah.. so it isn't entirely your code. Still cool. BTW, are you going to do any work with lighting for this?
ZergZerg

2008/11/20

Whoa! Cool! At first I thought that this was actually rendering polygons. I have already done some tests with that, and Java is too slow to do the math properly :( You have a nice way of getting around that. Yeah, z-sorting is difficult. That is in the end what keeps my version of 3d from being realtime. I will release it sometime tomorrow, with any luck.
ZergZerg

2008/11/18

Interesting idea. Maybe I'm just lucky, but I got it on my first try.
ZergZerg

2008/11/17

Hey, do you mind if I use your code for the midi player for my game?