View Single Post
Old 03-28-10, 07:07 PM   #7
Seeadler
Pacific Aces Dev Team
 
Join Date: Mar 2001
Location: Northern Germany
Posts: 1,096
Downloads: 169
Uploads: 0


Default

Shp files contain scaleable 2D polygon objects.

In ContactDirectionSymbol.shp
1. object -> 4 vertices = a quad
2. object -> 2 vertices = a line

to get rid off the course line, set the line vertices to zero

Code:
0 
4
0.0 0.13481 0.0
-2.14312 0.13481 0.0
-2.14312 -0.13481 0.0
0.0 -0.13481 0.0
2
0.0 0.0 0.0
0.0 0.0 0.0
__________________
--
Vapor-ware is always easier to sell because there's no limit what it can do!
Seeadler is offline   Reply With Quote