Hank Ramos
Lifetime Scripter
Join date: 15 Nov 2003
Posts: 2,328
|
04-15-2004 09:23
Is it possible to make the script editing part of the window draw at full-framerate instead of being tied to the framerate of your surrounding view?
If you're in a busy sim, trying to edit a script is tedious at best at 1.2fps
|
Moleculor Satyr
Fireflies!
Join date: 5 Jan 2004
Posts: 2,650
|
04-15-2004 17:14
No, because the game still has to render everything going on behind that window.
If it's -that- big of a problem, move to a different sim, or edit outside of SL and then copy/paste.
_____________________
</sarcasm>
|
Huns Valen
Don't PM me here.
Join date: 3 May 2003
Posts: 2,749
|
04-15-2004 17:21
They'd have to spawn a child window outside the SL interface in order to get away from the low FPS.
|
Xenon Linden
Linden Lab Employee
Join date: 23 Dec 2002
Posts: 55
|
Possible fix
04-15-2004 18:18
In the Debug/Rendering menu, there is an option called "Fast UI". (NOT "Debug Fast UI" in the Debug menu!)If you have a high-end graphics card and if you aren't on a Mac, this option checked may speed things up like entering text in a script window, etc.
Beware, this is not a supported feature and has been know to slow or crash the viewer depending on your graphics card and display options. However, if it works with your particular configuration, it's probably safe to leave it checked.
-Xenon
|
Bosozoku Kato
insurrectionist midget
Join date: 16 Jun 2003
Posts: 452
|
04-15-2004 18:46
Also just lower your view distance (perferences\options I think is the tab). If you're editing you don't really need to see your surroundings.
As well find a nice quiet sim to edit in. There's plenty of places with no avs and low object counts. Last I looked LindenWorld was void of any objects/scripts/people.. oh wait...
Boso
|
Adam Zaius
Deus
Join date: 9 Jan 2004
Posts: 1,483
|
04-16-2004 07:57
From: someone Originally posted by Moleculor Satyr No, because the game still has to render everything going on behind that window. Not really. It's quite possible to render the background every X frames, with some creative coding. This could ensure that the editing window does not suffer. (ie, if total fps < 30, draw background every X frames). -Adam
|