Im trying to make a new part for to use in LDraw, which is made from lines, quadrelaterals triangles, etc like the .dat files in the 'p' directory are made.
Below this I want to have a type 5 line which alters the entire model,
Line type 5 is an optional line. The generic format is:
5 <colour> x1 y1 z1 x2 y2 z2 x3 y3 z3 x4 y4 z4
The xyzabcdeafgi are typically things like rotation, positioning cordinates, etc
note that I am now trying with line type 5 because it does not use subfile name lookup and may be what im looking for.
Below this I want to have a type 5 line which alters the entire model,
Line type 5 is an optional line. The generic format is:
5 <colour> x1 y1 z1 x2 y2 z2 x3 y3 z3 x4 y4 z4
The xyzabcdeafgi are typically things like rotation, positioning cordinates, etc
note that I am now trying with line type 5 because it does not use subfile name lookup and may be what im looking for.