Hi,
I'm on the way to write an OBJ to KCL generator (see my tools). In the last days I have played and optimized the algorithms. And now I need your help to finish my test series:
I need your original (not modified) OBJ export file made by "3ds Max" or "Google SketchUp" or any other 3D tool. Additionally I need a second text file with KCL flags assignments like:
Code:
# Comments begin with a '#'
GroupName1 = 0x1234 # hex number with flag value
GroupName2 = f(0x12,0x345) # separated type and variant
GroupName3 = -1 # don't use this group in KCL
# wildcard are also possible
road* = 0x1234
wall[1-9] = f(0x12,0x345)
*xyz* = f(0x12,0x345) # multiple usage of '*'
* = -1 # * all others
# be sure to prefix hex values with '0x'
Please select and send me tracks, that are public available and that are nearly KCL glitch free (otherwise it's hard to compare the results). Best ist, to put it together with the SZS file to avoid mismatches. At the moment I test with AndyK track "SNED Koopa Beach" and it works fine. But now I need more ....
Wiimm