![]() |
Maya help - Printable Version +- Frictional Games Forum (read-only) (https://www.frictionalgames.com/forum) +-- Forum: Amnesia: The Dark Descent (https://www.frictionalgames.com/forum/forum-6.html) +--- Forum: Custom Stories, TCs & Mods - Development (https://www.frictionalgames.com/forum/forum-38.html) +---- Forum: Development Support (https://www.frictionalgames.com/forum/forum-39.html) +---- Thread: Maya help (/thread-21216.html) |
Maya help - OriginalUsername - 04-19-2013 Hey there, I'm working on a sink in a counter, but I need to add a drainage in the sink. How do I create a round hole in there? Is there a easy way, or do I just need to add a load of edges? RE: Maya help - ClayPigeon - 04-19-2013 Create a pipe, and set the thickness to very thin. RE: Maya help - OriginalUsername - 04-19-2013 (04-19-2013, 07:04 PM)ClayPigeon Wrote: Create a pipe, and set the thickness to very thin. I want to create a hole in the sink. Not create a ring RE: Maya help - WALP - 04-19-2013 picture of what you have now maybe? also what software are you using RE: Maya help - OriginalUsername - 04-19-2013 (04-19-2013, 08:33 PM)martinnord Wrote: picture of what you have now maybe? also what software are you using Maya 2011, and I'll give you a picture tomorrow. RE: Maya help - xxxxxxxxxxxxxxxx - 04-19-2013 Fastest way to do it is using a mesh boolean. Depending on your mesh and the placement of the boolean-mesh, the result can be quite messy though and will need some cleanup. (Like eliminating n-gons by connecting vertices with edges for example. Mayas "triangulate mesh" function can help you a bit with that, but it's sometimes quite messy itself, so....) First thing you do is, you create a cylinder in the size of your drain. Place it so that it intersects with your sink at the right place. Make sure it goes all the way through! Then, select your sink first, then SHIFT-select the cylinder and go to Mesh>Booleans>Difference. The result should look kinda like this: Spoiler below!
![]() RE: Maya help - OriginalUsername - 04-20-2013 (04-19-2013, 11:58 PM)Hirnwirbel Wrote: Fastest way to do it is using a mesh boolean. Depending on your mesh and the placement of the boolean-mesh, the result can be quite messy though and will need some cleanup. (Like eliminating n-gons by connecting vertices with edges for example. Mayas "triangulate mesh" function can help you a bit with that, but it's sometimes quite messy itself, so....) Thanks! That worked. Quick question though: I made my sink by creating a cube and then deleting the top face. Then scaling the cube and rounding the edges made it look better. But when I turn on backface culling, it makes the sink invisible. Is there a way to turn this around? RE: Maya help - WALP - 04-20-2013 its because that faces are one sided so if you look at it from the wrong side it becomes invisble. the way around this is to duplicate the faces with their backside visible and flip their normals. RE: Maya help - OriginalUsername - 04-20-2013 (04-20-2013, 08:55 AM)martinnord Wrote: its because that faces are one sided so if you look at it from the wrong side it becomes invisble. the way around this is to duplicate the faces with their backside visible and flip their normals. Ah thank you, got it! RE: Maya help - xxxxxxxxxxxxxxxx - 04-20-2013 Only duplicate the faces if you really want to see them from both sides, though. Like, for example, if you're making a curtain or a leaf-plane for a tree. Otherwise just flip the normals of the faces you already have so they're visible from the correct side or you'll needlessly double your polycount and create a messy mesh ![]() |