|
Re: Camera tracking always giving negative X value
It could cause the issue if the coordinate system transform uses the wrong offset and/or scaling. At one time this code called the image size function each time through, but surprisingly the profiler showed that function to be sorta expensive. I don't remember if it is still used or not. But I'd encourage you to look through the code and see if the values of width/2 is incorrect and causing the issue.
Greg McKaskle
|