Gamestudio Links
Zorro Links
Newest Posts
loading historical data 1st time
by AndrewAMD. 04/14/23 12:54
Trade at bar open
by juanex. 04/13/23 19:43
Bug in Highpass2 filter
by rki. 04/13/23 09:54
Adding Limit Orders For IB
by scatters. 04/11/23 16:16
FisherN
by rki. 04/11/23 08:38
AUM Magazine
Latest Screens
SHADOW (2014)
DEAD TASTE
Tactics of World War I
Hecknex World
Who's Online Now
3 registered members (AndrewAMD, Grant, Neb), 908 guests, and 6 spiders.
Key: Admin, Global Mod, Mod
Newest Members
rki, FranzIII, indonesiae, The_Judge, storrealba
18919 Registered Users
Previous Thread
Next Thread
Print Thread
Rate Thread
Refresh problem #9768
07/18/02 02:44
07/18/02 02:44

A
Anonymous OP
Unregistered
Anonymous OP
Unregistered
A



I'm building a scene without any enclosing block.

When I add a new default script into the scene, the camera is locked (expected). When I rotate the scene using the '0' key, the scene is not redrawn correctly.

If the scene doesn't have a script, the scene is refreshed correctly. Also, if I enclose the scene with a hollow block to make it into a room, then it is refreshed correctly.

Is there some requirement to enclose the scene in order for it to refresh properly or is there a way to view a block together with the default script without using an enclosed block and have the scene refresh properly?

Re: Refresh problem #9769
07/18/02 02:59
07/18/02 02:59
Joined: Mar 2002
Posts: 1,123
California
Cellulaer Offline
Expert
Cellulaer  Offline
Expert

Joined: Mar 2002
Posts: 1,123
California
This will set a background color so it renders correctly ->

in main() {

bg_color.red=10;
bg_color.green=10;
bg_color.blue=10;

}


Buy, Sell, & Archive Realtime 3D Content @ RedRock7.com *BETA* A5.5+ Plugin DLLs: GSADO, GSHTTP, GSImgLst, FreeMod, GSFlash, GSPython http://cellulear.slashbang.com/
Re: Refresh problem #9770
07/19/02 02:21
07/19/02 02:21

A
Anonymous OP
Unregistered
Anonymous OP
Unregistered
A



quote:
Originally posted by Noah:
This will set a background color so it renders correctly ->

in main() {

bg_color.red=10;
bg_color.green=10;
bg_color.blue=10;

}

Thanx for your help,it works now.


Moderated by  HeelX, Spirit 

Gamestudio download | chip programmers | Zorro platform | shop | Data Protection Policy

oP group Germany GmbH | Birkenstr. 25-27 | 63549 Ronneburg / Germany | info (at) opgroup.de

Powered by UBB.threads™ PHP Forum Software 7.7.1