Hello. I have a 3D modelling application which is written in c++ and Irrlicht. When I want to run the 3D application in a remote computer, it gave out a black screen for the part of application. Is that any method so that I can use the 3D application with "Remote Desktop" function of Windows?
Remote desktop cannot access the 3d driver as it is an emulated driver.
You'll have to use RealVNC...
I do the same with my remote application on windows.