Recently in the test CE scene editing good trackview, the path of the scene data is exported in XML, loading into the new CPP project reading scene animation data so that the current camera in the CPP scene can be run according to the original CEV editor animation to ensure that the correct.
Here's what I did by learning official video using Flowgraph to write XML by reading the camera's roaming point and direction into the XML. Screenshot below
First tool under Edit Graph Tokens ... Define two variables to store pos with dir Two, and initialize as shown in the following figure:
The next start is to write XML to create a Document object to write a file header declaration. Screenshot below
Down is to update the data and save it to two variables, as shown in the following figure:
Finally, all the data is written to the XML file and saved, as shown in the following figure:
Well, the flow graph is done now is how to trigger the scene animation to write roaming data, the following is in the FG flow diagram to connect the following node
Then click the Run button to write to the file, as to how to do the process animation in my blog has a screen inside the detailed process can be viewed.
Here is a screenshot of the XML file as follows: