Jump to content

Complete configuration parameters for DIS at ig_config file


photo

Recommended Posts

Posted

Hi.

 

We are starting to add our entities into the ig_config.xml file, and where wondering if there is any configuration specific for DIS that is not listed in the documentation.

For example, we discovered that the parameter "dis_id" exists after reading the forums (or at least is not clearly explained).

Our file looks something like this now:

<entity_types>
  <entity id="100" dis_id="1.2.3.4.5.6.7" name="testcube">
    <path>ig/entities/e_test/testcube.node</path>
  </entity>
</entity_types>

 

Is there any other extra parameter we could use/know that exists?

 

Thanks

Posted

Hello Erique,

dis_id should be written in "id" parameter, for instance:

<entity id="100" name="testcube">
  <!-- or like this: -->
<entity id="1.2.3.4.5.6.7" name="testcube">

There are no other specific parameters for DIS entities.

Thanks.

How to submit a good bug report
---
FTP server for test scenes and user uploads:

×
×
  • Create New...