Quote Originally Posted by Limited View Post
Ah, I used Orbit and it grabbed the mp4 being played.

You use like different objects to build up parts of model, like you just added that bit that isnt in the concept but you just did it for looks, this is like at 9:40. You have the like end of poly sticking through the other polygon. Is that good practice? Doesnt that break like the guides within the game engine?
No because the object he is modeling is not collision geometry. When making collision geometry for an object, you would want to avoid that. The only reason that halo bitches at you for problems like this on BSP is because the engine builds the collision and render geometry from the same geometry. (If that makes sense) Most modern game engines can generate collision automatically based on the general shape of the render geometry. Its not exact but most of the time it will get the job done. However, sometimes it does require the use of unique collision models.