D3DXEFFECT delay?

Started by
1 comment, last by jdavis 16 years, 11 months ago
I've been having an issue lately. Rendering objects using the effect file seems to have some sort of 100ms delay when updating the view. This problem doesn't exist when I render them normally. Anyone ran into this problem before? Here is a video showing the problem. http://www.shoreboundstudios.com/problem.wmv Any help would be greatly appreciated. Thanks, Jon
Advertisement
huh.. that looks weird. :)

Anyway, check that you are updating all of your objects at the same time, e.g. don't update some objects before you have updated your camera and some objects after.

And check that your shader is right (and you provide all the needed stuff for it). :)
Sincerely,Arto RuotsalainenDawn Bringer 3D - Tips & Tricks
Yeah, I've checked those things already. That's why I don't understand the result. It does it with anything that uses any effect. The camera view is being updated before anything else. If I don't use shaders it updates fine so the camera is getting updated appropriately. I still haven't been able to solve the issue. Thank you though

This topic is closed to new replies.

Advertisement