Jump to content

IG config parameter


photo

Recommended Posts

image.png.6534cef282bbcd9a44c253772a01e812.png

In component node, should the parameter type be "int"?

IG There seems to be no information on the Documents tab. If there is no type, a warning is generated.

 

 

And could you explain these warnings (associated "LandscapeLayerMap")?

After creating and executing a project with an IG template, a warning message was issued that there was no Geodetics_double.dll.
So when I added the Geodetics plug-in to my project, I got a warning message like a picture.

1934539426_.PNG.68caee73408654c7d224d0bf090f9871.PNG

 

And I don't know why the component warning message also happened.

 

thank you.

Link to comment
36 minutes ago, dongju.jeong said:

In component node, should the parameter type be "int"?

IG There seems to be no information on the Documents tab. If there is no type, a warning is generated.

yes it shuld be int in ig_config.xml
we added type checking. previously, if the type was unknown, the type was 'int'.
just replace in ig_config.hml bool->int and everything should work

 

40 minutes ago, dongju.jeong said:

And could you explain these warnings (associated "LandscapeLayerMap")?

After creating and executing a project with an IG template, a warning message was issued that there was no Geodetics_double.dll.
So when I added the Geodetics plug-in to my project, I got a warning message like a picture.

there is no geodetic pivot in your project.

now IG has two workflow with geodetics: use GeodeticPivot or use GeodeticsPlugin (if the project has meta information from sandworm tool)

 

 

aslo you need to modificate your CBRCar component like 

class CBRCar: public Unigine::ComponentBase, public Unigine::Plugins::IG::ComponentBaseInterface

 

  • Like 1
Link to comment
  • 1 month later...
×
×
  • Create New...