Greetings, I am Salvin here. Is there any method to convert this python code below to C++? Because I am planning to implement the code below in Connect Sample file. Or is there any guide to embed the python code in C++ code. Kindly guide me on this issue. Thanks in advance.
omni.kit.commands.execute(‘CreatePrim’,
prim_type=‘DomeLight’,
attributes={‘intensity’: 1000, ‘texture:format’: ‘latlong’})
omni.kit.commands.execute(‘CreatePrim’,
prim_type=‘CylinderLight’,
attributes={‘length’: 100.0, ‘radius’: 5, ‘intensity’: 30000})