I am trying to add some Panel in the working view to make it appears in the VR View. We would like to show video or other things. It’s to make educational module.
I was thinking to make my own smart component like the ApplicationWindowPanel smart component but I don’t know where to go from here. Do someone have some pointer to make this ?
The solution was to start from here where we learn how to create an object with texture and material then to modify a texture. On the texture we can pass the path of the video.
Texture rwTexture = new Texture(path)
Easy when you know it --’
To know all the file support you can decompile the class Texture of ABB.Robotics.RobotStudio.Stations and read the initialisation method.