Search found 3 matches
- Sun Jun 19, 2011 12:24 am
- Forum: Questions and Help
- Topic: Models visible when under an object
- Replies: 4
- Views: 3977
Re: Models visible when under an object
I guess I was just wondering why the platform did not have this issue, though I'm assuming it's other double sided or it's just some cube property. The platform is a cube model, which has 12 triangles, 2 on each face. Since the surface is closed and the winding is consistent, you only see the front...
- Sun Jun 19, 2011 12:07 am
- Forum: Questions and Help
- Topic: Models visible when under an object
- Replies: 4
- Views: 3977
Re: Models visible when under an object
The models are being drawn with back-face culling. Based on the winding of the triangles and the perspective of the camera, the device has decided that you shouldn't be able to see those triangles. You can change the cull mode to none instead of clockwise/counterclockwise to 'fix' this, though it i...
- Sat Jun 18, 2011 11:26 pm
- Forum: Questions and Help
- Topic: Models visible when under an object
- Replies: 4
- Views: 3977
Models visible when under an object
I think the best way to explain this is through pictures: http://i55.tinypic.com/1605y5c.png http://i51.tinypic.com/fum5ox.png (These images are taken from the GettingStartedDemo). In the first, I'm looking under the platform. There are indeed boxes on it, but you can't see them, which is correct. I...