11-27-2009, 09:13 PM
I found an error while trying to subclass the MouseCameraController. If I subclass it then when it loads it throws an exception as it is trying to load a cursor from the current assembly, which is currently not "Ab3d.PowerToys". The .Net Framework throws an argument null exception and the constructor of the MouseCameraController class fails.
For example:
namespace MySample{
public class testCameraContoller: Ab3d.Controls.MouseCameraController
{
public testCameraContoller()
{
}
}}
Can you please correct this in the final release of the PowerToys...
Thanks.
For example:
namespace MySample{
public class testCameraContoller: Ab3d.Controls.MouseCameraController
{
public testCameraContoller()
{
}
}}
Can you please correct this in the final release of the PowerToys...
Thanks.

