von*ferret Posted September 24, 2006 Report Posted September 24, 2006 How would you model a barrel of a gun if there are holes in it? Any ideas would be greatly appreciated. Quote
Patrick_H Posted September 25, 2006 Report Posted September 25, 2006 You could use a boolean intersection to subtract out the holes. Quote
KoKo5oVaR Posted September 25, 2006 Report Posted September 25, 2006 Yeah but a boolean intersection usally make really crappy meshes :/ Quote
Patrick_H Posted September 25, 2006 Report Posted September 25, 2006 OK, so how else would you make holes in the side of a gun barrel without using some normal mapped alpha channel texture on the barrel? The only way I could think to do it would be to start with the booleans and then manually clean up the poly faces in that area. Honestly, though- I would like to hear of a better and faster way. Quote
skdr Posted September 25, 2006 Report Posted September 25, 2006 I'd do it this way. Make one hole plane, array and bend. I dont know if this is a bad way but hell, I'm just trying to help :-p Quote
e-freak Posted September 25, 2006 Report Posted September 25, 2006 make one unit of the barrel and cut the holes into it - fix it up and then copy and paste it... not sure if this is what skdr described but i think that's the fastest way. after you've added the first copy to the barrel you can look if there's a chance to save polys - then copy both of them together (if you've saved polys) and paste it in again - look if poly saving is possible and so on... Quote
skdr Posted September 25, 2006 Report Posted September 25, 2006 array is the best way to "copy/paste" stuff in this case. Also max's vertex weld modifier is handy too when done with array tool. Quote
PhilipK Posted September 25, 2006 Report Posted September 25, 2006 I guess I'd do it sk's way. If it would only be for the normal map I'd cheat tho with floatings Quote
von*ferret Posted September 25, 2006 Author Report Posted September 25, 2006 its a solid piece attached to the weapon. I did something similar to you skdr, but I guess i can go back and make it again to see if it would help. If you just do a skylight render its not noticable, however adding any type of light to it other than skylight shows the errors int he model, and sinec I'm going for detail its unacceptable and i can't just do a cheat around it. Quote
Hourences Posted September 25, 2006 Report Posted September 25, 2006 Is this for ingame use or just for a pretty render? I would personally also follow skdr's method. However if its a render you can use a lot more cuts, preventing you from having those arctifacts. I would personally use splines to make the basic "cube" with a hole in, like sdkr has with the difference that I would let the cuts run along the lenght of the thing. Once bend the whole thing shouldnt give any probs because for every vertex theres a horziontale line if you get what I mean. Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.