View Single Post
Old 5th March 2006, 03:24 PM   #2
Andy
Administrator
Professional user
 
Andy's Avatar
 
Join Date: Jun 2003
Posts: 4,564
Default

> But I get grief from them about black surfaces. I am getting tired of telling them to make all surfaces one sided and then flip them the right way round!

Get them to show normals and check that they are all facing how they want them. Press 'n' to show-normals. Reverse normals with Surface->flip-normal.

Black surfaces may be due to polygons not being handled by the other code (the sample AC3D loader won't handle them). AC3D internally supports concave polygons (e.g. a single polygon 'C' shape) which is a bit more involved to code.

In AC3D, objects that don't need to have two-sided surfaces are set to single sided e.g. spheres. single surfaces and 2d shapes have two-sided by default. I don't feel a global setting makes sense here but as always, we are open to ideas.

The attribute for 1S/2s is set in .ac files in the surface flag.
Andy is offline   Reply With Quote