Bullet Holes
Blitz3D Forums/Blitz3D Beginners Area/Bullet Holes| 
 | ||
| How would you make a bullet hole appear on an object. I have code that creates a bullet that disappears when it hits an object or the terrain, but I want to create a bullet hole texture on the location it hits. | 
| 
 | ||
| Well, you could splat the target texture or you could just have a bullet hole mesh that you affix to the mesh you just shot. | 
| 
 | ||
| What do you mean splat the texture? | 
| 
 | ||
| http://www.blitzbasic.com/b3ddocs/command.php?name=AlignToVector&ref=3d_a-z | 
| 
 | ||
| I tried creating a sphere at the point where the bullet collides with an object but nothing happens. I even tried slowing down the bullet. | 
| 
 | ||
| heres some code that uses the align to vector example but uses sprites. | 
| 
 | ||
| Thanks! | 
| 
 | ||
| your welcome |