dongju.jeong 6 Share Posted December 21, 2020 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. And I don't know why the component warning message also happened. thank you. Link to post
cash-metall 80 Share Posted December 21, 2020 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 1 Link to post
dongju.jeong 6 Author Share Posted January 22 There is a parameter type "float" in ig_config of the IG template. What types are possible except int? Link to post
silent 436 Share Posted January 22 dongju.jeong You can use types that CIGI specification suggests: int, float, double, string Thanks! 1 How to submit a good bug report --- FTP server for test scenes and user uploads: ftp://files.unigine.com user: upload password: 6xYkd6vLYWjpW6SN Link to post
Recommended Posts