Gamestudio Links
Zorro Links
Newest Posts
Help!
by VoroneTZ. 10/14/25 05:04
Zorro 2.70
by jcl. 10/13/25 09:01
ZorroGPT
by TipmyPip. 10/12/25 13:58
Sam Foster Sound | Experienced Game Composer for Hire
by titanicpiano14. 10/11/25 18:45
Reality Check results on my strategy
by dBc. 10/11/25 06:15
optimize global parameters SOLVED
by dBc. 09/27/25 17:07
AUM Magazine
Latest Screens
Rocker`s Revenge
Stug 3 Stormartillery
Iljuschin 2
Galactic Strike X
Who's Online Now
3 registered members (AndrewAMD, Quad, 1 invisible), 8,440 guests, and 10 spiders.
Key: Admin, Global Mod, Mod
Newest Members
joenxxx, Jota, krishna, DrissB, James168
19170 Registered Users
Previous Thread
Next Thread
Print Thread
Rate Thread
Sky too dark #365130
03/23/11 15:43
03/23/11 15:43
Joined: Feb 2009
Posts: 2,154
Damocles_ Offline OP
Expert
Damocles_  Offline OP
Expert

Joined: Feb 2009
Posts: 2,154
when i insert a normal Skycube in a normal empty level

Code:
#include <acknex.h>
#include <default.c>

ENTITY* skycube =
{
  type = "skycubetest+6.dds"; // the image for a backdrop scene
  flags2 = SKY | CUBE | SHOW ; // sky cube, visible
 
}


function main()
{
	
	video_set(1024,768,0,0);

	level_load(NULL);
	

}



the rendered sky is too dark, eg, a 255,255,255 RGB part is not
rendered fully white.

I cant find the parameters that affect the brightness of the skycube.

Any hint?

Last edited by Damocles_; 03/23/11 15:48.
Re: Sky too dark [Re: Damocles_] #365133
03/23/11 16:08
03/23/11 16:08
Joined: Feb 2009
Posts: 2,154
Damocles_ Offline OP
Expert
Damocles_  Offline OP
Expert

Joined: Feb 2009
Posts: 2,154
ah, ok, I had the wrong material settings.

(i wonder what the sense is to have the skycube not have
an initial material setting that makes it render the same
way the picture looks...)


Moderated by  HeelX, Lukas, rayp, Rei_Ayanami, Superku, Tobias, TWO, VeT 

Gamestudio download | 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