<div dir="ltr"><div dir="ltr"><div dir="ltr"><div dir="ltr">Hi All,</div><div dir="ltr"><br></div><div dir="ltr">I have a file format that is laid out as follows:</div><div dir="ltr"><br></div><div dir="ltr">[t:tsd,n:b_t_grs01_rvr_fall-bottom-08-static]</div><div dir="ltr">{</div><div dir="ltr">    b dither = false;</div><div dir="ltr">    b hasalpha = false;</div><div dir="ltr">       layer1alphaarg1 = texture;</div><div dir="ltr">       layer1alphaarg2 = diffuse;</div><div dir="ltr">       layer1alphaop = modulate;</div><div dir="ltr">       layer1colorarg1 = texture;</div><div dir="ltr">       layer1colorarg2 = diffuse;</div><div dir="ltr">       layer1colorop = modulate2x;</div><div dir="ltr">    i layer1numframes = 1;</div><div dir="ltr">    f layer1secondsperframe = 0.0;</div><div dir="ltr">       layer1texture1 = texture_filename1;</div><div dir="ltr">    f layer1ushiftpersecond = 0.0;</div><div dir="ltr">    b layer1uwrap = true;</div><div dir="ltr">    f layer1vshiftpersecond = 0.0;</div><div dir="ltr">    b layer1vwrap = true;</div><div dir="ltr">       layer2alphaarg1 = texture;</div><div dir="ltr">       layer2alphaarg2 = current;</div><div dir="ltr">       layer2alphaop = arg2;</div><div dir="ltr">       layer2colorarg1 = texture;</div><div dir="ltr">       layer2colorarg2 = current;</div><div dir="ltr">       layer2colorop = modulate;</div><div dir="ltr"><span style="white-space:pre"> </span>i layer2numframes = 1;</div><div dir="ltr"><span style="white-space:pre">    </span>f layer2secondsperframe = 0.0;</div><div dir="ltr"><span style="white-space:pre">    </span>   layer2texture1 = texture_filename2;</div><div dir="ltr">    f layer2ushiftpersecond = 0.0;</div><div dir="ltr">    b layer2uwrap = true;</div><div dir="ltr">    f layer2vshiftpersecond = 0.5;</div><div dir="ltr">    b layer2vwrap = true;</div><div dir="ltr">    i numlayers = 2;</div><div dir="ltr">    i texturedetail = 2;</div><div dir="ltr">    b timesyncanimation = true;</div><div dir="ltr">}</div><div dir="ltr"><br></div><div>I want to create a layer between this and osg StateSet commands. Has anybody attempted to do this? Is there an easy way to do the mapping? Or will it be parse -> set settings -> and then parse.</div><div><br>Ideas are welcome.</div><div><br></div><div>Thanks, Sam</div></div></div></div>