Page 1 of 1

What tools for application using irrlich ?

Posted: Mon Mar 16, 2015 5:00 am
by julia
Our product is a desktop application. Prospects interface is designed by C#, and 3D objects are rendered by Irrlicht engines.
We have used QTP to do automated testing. In our tests, we need to drag a 3D object from one window to another, but Qtp can’t do this (The 3D objects can be recognized, select and copy the object is ok).

1. Any ideas on how to resolve this problem ?
2. Except Qtp, are there any other automated tools to our software ?

Re: What tools for application using irrlich ?

Posted: Sun Apr 05, 2015 3:52 pm
by REDDemon
what do you mean by moving 3d objects? use a shared VBO or just re-use same mesh file in another window?