VisibleSim icon indicating copy to clipboard operation
VisibleSim copied to clipboard

[BUG]Deprecated tag is generated at config exporter

Open kazogihara opened this issue 3 years ago • 1 comments

Hi! I found deprecated config tag is generated at config generator in context menu. I think this needs to be fixed, could you please check it?

  • generated config example
<?xml version="1.0" standalone="no" ?>
<world gridSize="5,5,6" windowSize="1280,720">
    <camera target="25,20,10" directionSpherical="0,30,100" angle="30.000000" near="1.000000" far="300.000000" />
    <spotlight target="25,25,0" directionSpherical="-35,40,150" angle="45.000000" />
    <blockList blockSize="10,10,10">
        <block position="0,0,0" color="128,128,64" orientation="0" />
        <block position="1,0,0" color="128,128,64" orientation="0" />
    </blockList>
</world>
  • deprecated tag
    • windowSize
    • angle
    • directionSpherical

kazogihara avatar Sep 01 '22 15:09 kazogihara

Yes the new schema is the following, I'm currently working on this issue.

<blockList color="GREY" orientation="0">
        <block position="0,0,0" color="128,128,64" orientation="0" />
        <block position="1,0,0" color="128,128,64" orientation="0" />
</blockList>

docben avatar Sep 02 '22 13:09 docben