#1
|
|||
|
|||
Strange Rendering Lag Spikes
Hi,
I seem to be having some strange lag spikes when running my simulation where the frame rate will drop down to and below 30fps. It's strange because I know the computer I'm using can handle the graphics processing (as the frame rate is usually at least 60fps) and most of the time when I'm experiencing these frame rate drops, simply pressing F4 to show the fps will fix the problem. I've turned off all data collection, shadows, and tried almost everything I could think of to fix the problem. This makes me believe that it must be something at a lower level. I do have custom events refreshing each update, but if these events were the problem, I'd think that the low frame rate would be constant.. Any ideas of what the problem might be? |
#2
|
|||
|
|||
It's hard to tell what the problem is. Do you have a small sample script that reproduces this behavior?
|
#3
|
|||
|
|||
Alright, well I thought that it might just have been a common problem or something. After reading your post and realizing that it wasn't, I checked over my code and realized that the problem is that my custom events are too inefficient. Is there any easy to get event condition checks to run on a seperate thread?
|
#4
|
|||
|
|||
What are you doing in your event condition checks? You can start a thread by using the viz.director() function, but it might not be too useful considering how Python threading works.
|
Thread Tools | |
Display Modes | Rate This Thread |
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
Water rendering... help! | k_iwan | Vizard | 13 | 04-04-2014 11:57 AM |
Any way to increase rendering resolution | v-Salik | Vizard | 3 | 09-12-2007 04:57 PM |
Buttons Not rendering to both Eyes in 3d | shivanangel | Vizard | 2 | 05-24-2007 06:58 AM |
Strange Speak animation and VRML rendering | zoltantoth | Vizard | 2 | 04-19-2007 10:24 AM |
Texture map rendering problem | JRichizzle | Vizard | 4 | 03-04-2004 07:20 AM |