x


See-through Imported Mesh

When I import my mesh, the polygons on the side of the object that the camera is viewing them from just disappear. When I look at the mesh from one side of the object, I can see through all of the polygons on my camera's side to the other sides of the mesh. When I move around to check the other side, the same thing happens. Basically, I can see through the polygons, into the center of an object I imported.

more ▼

asked Nov 28 '09 at 03:48 AM

Zack gravatar image

Zack
22 1 1 4

(comments are locked)
10|3000 characters needed characters left

7 answers: sort voted first

Possible reasons:

  • The normals of certain polygons are inverted, open in your 3d prog and see if you can turn on backface culling to find the offending polygons (short explanation, for performance reasons polygons have an inside and an outside, the side is determined by calculating the normal of the polygon, insides are normally not drawn).

  • You are too close to the camera. Possibly your near view plane of the camera is set too far. See camera properties in inspector.

The first problem can be solved with modifying the shader such that it does draw the insides as well but normally the solution is to fix the model (placing Cull Off at the right place in the shader should do the trick).

more ▼

answered Nov 28 '09 at 05:01 AM

Jaap Kreijkamp gravatar image

Jaap Kreijkamp
6.4k 20 26 70

(comments are locked)
10|3000 characters needed characters left

I have had this problem before when making spheres into Holodeck type objects.

The common solution to textures not mapping to interiors is to reverse the normals in your polysoup app. Here is the solution for fixing your mesh in Maya (2009 or 2010).

In Maya:

  • Select your Mesh
  • Select Normals Menu (Make Sure you are in the "Polygon" Menu Set)
  • Choose Reverse with Options Box
  • The settings I use are - Select All faces in the Shell and Preserve User Normals Direction.

Hope this helps Maya Users

more ▼

answered Dec 01 '09 at 05:39 PM

bowditch gravatar image

bowditch
1.6k 16 21 44

(comments are locked)
10|3000 characters needed characters left

In Maya, turn off two sided lightning. Every face that will show black should be inverted. Select the black faces, and select reverse normals from the menu.

more ▼

answered Feb 11 '10 at 12:20 PM

Serve_Hermans gravatar image

Serve_Hermans
186 5 5 13

(comments are locked)
10|3000 characters needed characters left

Thank you for the quick answer. I've realized that the vast majority of my polygons are inverted, is there a quick way to fix that? Sorry, I'm kind of new to this. I have access to Autodesk Maya 2010 and Autodesk 3ds Max 2010, the mesh was created in Maya.

more ▼

answered Nov 28 '09 at 05:28 PM

Zack gravatar image

Zack
22 1 1 4

Please comment on answers using the "add comment" option.

Nov 30 '09 at 08:56 AM robert ♦
(comments are locked)
10|3000 characters needed characters left

I have a related problem. If the camera is too close, some parts of the mesh don't appear, like for example is it is a man, the legs are invisible. But If I move the mesh a little bit far, they show. My concern is that they are between the far and near clip and if I see the scene editor, they are inside the "pyramid" formed by the camera (they are in front of it), so how could I expect to have a close up of the face if it doesnt show anyway.

Pelase help

more ▼

answered Jan 01 '10 at 08:48 AM

pyocote gravatar image

pyocote
22 1 1 1

The camera clips anything nearer than the 'near' plane and further than the 'far' plane. (select camera gameobject and look in inspector). You can adjust the near value to very low, although it's advisable to decrease the far plane as well. The further the near and far plane are apart, the fewer precision you've got in your z-buffer and that can give in artifacts.

Jan 13 '10 at 10:56 AM Jaap Kreijkamp
(comments are locked)
10|3000 characters needed characters left
Your answer
toggle preview:

Up to 2 attachments (including images) can be used with a maximum of 524.3 kB each and 1.0 MB total.

Follow this question

By Email:

Once you sign in you will be able to subscribe for any updates here

By RSS:

Answers

Answers and Comments

Topics:

x2083
x1357
x970
x491

asked: Nov 28 '09 at 03:48 AM

Seen: 7931 times

Last Updated: Nov 28 '09 at 03:48 AM