www.jpct.net

jPCT - a 3d engine for Java => Support => Topic started by: LiuFeng on October 05, 2007, 02:23:29 pm

Title: Hand Gun
Post by: LiuFeng on October 05, 2007, 02:23:29 pm
How to make a gun hand in 3d game, image or model 3d?
Title: Re: Hand Gun
Post by: EgonOlsen on October 05, 2007, 06:55:41 pm
Image is easy. Draw or render one, load it as a texture and blit it to screen after rendering the scene. Using a 3d model for it isn't very difficult either. The fps-example does exactly that just without a visible hand (it's weapon only). All you have to do is to create a hand/weapon-combo in a modeller and place it at the camera's location just like the example does it.