View Single Post
Old 24th September 2014, 12:55 PM   #5
Andy
Administrator
Professional user
 
Andy's Avatar
 
Join Date: Jun 2003
Posts: 4,564
Default Re: Creating Game Models for gMotor 2 Engine (rFactor etc)

Black surfaces: You may have surfaces with more than three sides where the first three vertices form an acute angle. These three vertices are used to calculate the normal so you can either triangulate the surface or rotate the vertices with Surface->Change-vertex-order. That should fix it.

Booleans require very clean shapes (i.e. fully closed, with all normals facing out) and any 'faults' in an object will probably cause problems.
Andy is offline   Reply With Quote