miniman
Aug 26 2004, 10:32 AM
When i compile i get tons of
| QUOTE |
| Error: Entity 0, Brush 334, Side 3: plane with no normal |
during csg.. help!!!
And if anyone could give me a few tips on making my maps more atmospheric PLEASE PM me
MrRadicalEd
Aug 26 2004, 11:19 AM
If you're using VHE you can check this out rather quickly.
In VHE tooltray go to Map>Go To Brush Number> Type in the brush number given by the log. If you ever receive an error with a brush number AND entity number use both
VHE will select the brush for you
The error has something to do with not being able to draw a perpendicular line so redo the brush. Either vertex manipulation checking the points or start from scratch.
Kester
Aug 26 2004, 01:12 PM
just so u kno what causes the error
plane with no normal
Example:
Entity 10, Brush 0, Side 4: plane with no normal
Entity 10, Brush 0, Side 5: plane with no normal
This error is always caused by vertex manipulation. A plane is defined by 3 unique coordinates. If any of the three coordinates are the same, then you don't really have a plane (its either a line or a point). There is no way to fix this error other than to delete the brush and recreate it completely.
This is most commonly caused by dragging a vertex ontop of another to destroy it for several vertexes of the same face. The resulting brush can even look correct, but the side which you have destroyed can still have a point or two defined for it. The proper way to remove a face is to use a clipper. If the object is simple (say converting a square to a wedge), then dragging an edge via the yellow control points to merge multiple vertexes at once will probably be safe.