Author Topic: Hand Gun  (Read 3068 times)

Offline LiuFeng

  • byte
  • *
  • Posts: 20
    • View Profile
Hand Gun
« on: October 05, 2007, 02:23:29 pm »
How to make a gun hand in 3d game, image or model 3d?

Offline EgonOlsen

  • Administrator
  • quad
  • *****
  • Posts: 12295
    • View Profile
    • http://www.jpct.net
Re: Hand Gun
« Reply #1 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.