Hey everyone.
I’m working on a big school project at the moment, and I’ve been using Java3D. I’m going back between flight simulator and RPG at the moment, and I have a problem that I’d like some help with: how can I make my character shoot? I’ve done everything with Picking, so I know where I’m shooting, and what I’m shooting, and stuff like that, but what’s the best way to actaully display the actual bullets? Would I use some kind of Geometry, or perhaps just draw the bullets onto a Canvas3D or something? How can I possibly do it?
Thanks,
James.