Hi,
I have added a cross hair as object3d and attached to weapon model.But the problem is that the cross hair is not visible.I am just following the Car tutorial where how the wheels of the Car are attached so that when the car moves the automatically the wheels also also move.I did it the same way here as well.But it does not seem to be working.But when I add the crosshair to weapon like below,
cross hair is not visible.Any clues what I am doing wrong here.
Thanks in advance.
I have added a cross hair as object3d and attached to weapon model.But the problem is that the cross hair is not visible.I am just following the Car tutorial where how the wheels of the Car are attached so that when the car moves the automatically the wheels also also move.I did it the same way here as well.But it does not seem to be working.But when I add the crosshair to weapon like below,
Code Select
weapon.addChild(crossHair);
cross hair is not visible.Any clues what I am doing wrong here.
Thanks in advance.