Certain keys and mouse moves slow to respond
by Steve Lamperti · in Torque 3D Professional · 08/03/2011 (12:00 pm) · 3 replies
I'm going to post a question here, even though its going to be hard to describe my problem in enough detail. Hopefully someone who understands the engine better then I will have a suggestion, as I am struggling with this issue.
I have a project, where the Torque engine is a separate window in my app. The main app has an interface to open the 3D window, and that window displays the engine. I have everything up and running with the latest version of the engine, except that certain keys and the mouse look behavior are slow to respond. I.e. if I press the H button on the key board the help text appears or disappears immediately, but if I press the W key to move the camera forward, there is about a half second delay before the camera view moves forward.
The Direction keys and the mouse look behavior is slow like this, and I can't for the live of me figure out why.
If anyone has any ideas, of wants any more details to give me any guesses, any help would be appreciated.
-SteveL
I have a project, where the Torque engine is a separate window in my app. The main app has an interface to open the 3D window, and that window displays the engine. I have everything up and running with the latest version of the engine, except that certain keys and the mouse look behavior are slow to respond. I.e. if I press the H button on the key board the help text appears or disappears immediately, but if I press the W key to move the camera forward, there is about a half second delay before the camera view moves forward.
The Direction keys and the mouse look behavior is slow like this, and I can't for the live of me figure out why.
If anyone has any ideas, of wants any more details to give me any guesses, any help would be appreciated.
-SteveL
#2
I have a 2 monitor setup; when I bring the 2nd monitor active, the original monitor with the T3D application starts to 'lag'.
12/14/2011 (4:18 am)
Yes,I get something like this when the T3D app loses focus in the window...tremendous lag; I've even seen the figure stop running certain animations until you reFocus the app the the active window.I have a 2 monitor setup; when I bring the 2nd monitor active, the original monitor with the T3D application starts to 'lag'.
#3
(In fact, I had the standard engine code in place, and because I am customizing the window that the 3D displays in, I had to change the code, and return the focus info for my window instead of the torque platform code.)
12/14/2011 (9:27 am)
This problem is resolved in my project. Two things seemed to have helped. First updating to 1.2, cause when I posted this problem, I was using 1.1. And second, the focus point mentioned by Rex. My code that checked to see if the window had the focus was broken, so I had to tweak it.(In fact, I had the standard engine code in place, and because I am customizing the window that the 3D displays in, I had to change the code, and return the focus info for my window instead of the torque platform code.)
Ahsan Muzaheed
Default Studio Name
may be my problem is the drop down of fps that feels me that all key is working slowly.but actually it is for the low fps rate.
what was your frame rate?
have u solved your problem?
if so,can u give some feedback.
that may be helped me to solve my one.