• Listen to a special audio message from Bill Roper to the Hive Workshop community (Bill is a former Vice President of Blizzard Entertainment, Producer, Designer, Musician, Voice Actor) 🔗Click here to hear his message!
  • Read Evilhog's interview with Gregory Alper, the original composer of the music for WarCraft: Orcs & Humans 🔗Click here to read the full interview.
  • Create a faction for Warcraft 3 and enter Hive's 19th Techtree Contest: Co-Op Commanders! Click here to enter!
  • Create a void inspired texture for Warcraft 3 and enter Hive's 34th Texturing Contest: Void! Click here to enter!
  • The Hive's 21st Texturing Contest: Upgrade is now concluded, time to vote for your favourite set of icons! Click here to vote!

CameraTargetController not very smooth

Status
Not open for further replies.
Level 15
Joined
Feb 7, 2020
Messages
399
edit #2 - I tested this out with a JASS map and I wasn't running into any issues when only using the target controller function. Are you using anything else that touches the camera over time?

I wonder if post #16 here is related to your problem with that function: Panel System

I suspect if it worked at one point then it is definitely related to a Reforged UI or frame handling update (speculation only, of course). i.e. processes are out of sync.

Does anything change when the orientation argument is turned to the opposite flag you are currently using (testing only)?

edit: also, is your map using Lua or JASS?
 
Last edited:
Level 15
Joined
Feb 7, 2020
Messages
399
The map uses JASS and I'm only using the target controller, nothing else. Its not like it doesn't work, it just doesn't feel smooth in terms of FPS...
No, changing the orientation setting does nothing.
I did not experience the FPS issue, is what I meant to say. Panning with the unit is quite smooth.

Could check if it's an issue local to your machine by playing around with video settings. Vsync being forced on by a graphics program, lower the frame rate cap to 60, etc.

I suppose you'd have to verify that other people experience the same issue (if you haven't already).
 
Status
Not open for further replies.
Top