yueyuebao Posted December 19, 2023 Posted December 19, 2023 Why is there only the GET function in the CIGI protocol? For example, we can use the GetPosition function to obtain the position of an entity. If we want to set the position of an entity using the CIGI protocol, I don't have a function based CIGI that can be used.Does UNIGINE support all CIGI functions?Thanks for your help!
leon.dong Posted December 19, 2023 Posted December 19, 2023 I am not very familiar with CIGI system , however I remember that Unigine offical document said it support almost CIGI standard protocol but not fully. I think CIGI is more compiicated and industry faced protocol system . As a 3D Simulation engine, Unigine could not implemet it 100% as time passed by.
cash-metall Posted January 11, 2024 Posted January 11, 2024 UNIGINE IG is an Image Generator. It receives commands from the host by network and just executes them. it can not work like host. so thats why packet EntityControl has only get methods https://developer.unigine.com/en/docs/latest/ig/?rlang=cpp
Recommended Posts