DiffHand icon indicating copy to clipboard operation
DiffHand copied to clipboard

XML Modeling Documentation

Open sam-dirac opened this issue 1 year ago • 1 comments
trafficstars

I'm really impressed by this project, but I'm wondering where I can find more information about the XML input to the simulation. Where can I find a description of the different expected XML fields that are supported by the RedMax Simulation object? I can see the code that is parsing the XML data, but I would love some reference material if it is available. How did you know what to put in the XML files that you in your assets folder?

sam-dirac avatar Feb 01 '24 18:02 sam-dirac

Hi, thanks for your interest in this repo. Unfortunately there is no documentation for this simulator and the best way to know about the XML file options and format is through reading the XML parsing file: https://github.com/eanswer/DiffHand/blob/master/core/projects/redmax/Simulation_Constructor.cpp#L90.

eanswer avatar Feb 05 '24 02:02 eanswer