Gamestudio Links
Zorro Links
Newest Posts
Zorro 2.70
by jcl. 09/29/25 09:24
optimize global parameters SOLVED
by dBc. 09/27/25 17:07
ZorroGPT
by TipmyPip. 09/27/25 10:05
assetHistory one candle shift
by jcl. 09/21/25 11:36
Plugins update
by Grant. 09/17/25 16:28
AUM Magazine
Latest Screens
Rocker`s Revenge
Stug 3 Stormartillery
Iljuschin 2
Galactic Strike X
Who's Online Now
2 registered members (TipmyPip, 1 invisible), 18,699 guests, and 8 spiders.
Key: Admin, Global Mod, Mod
Newest Members
krishna, DrissB, James168, Ed_Love, xtns
19168 Registered Users
Previous Thread
Next Thread
Print Thread
Rate Thread
Scale sky texture? #251221
02/12/09 05:27
02/12/09 05:27
Joined: Jan 2009
Posts: 34
D
DrunkenPirate Offline OP
Newbie
DrunkenPirate  Offline OP
Newbie
D

Joined: Jan 2009
Posts: 34
Is there a way to scale my skybox texture (skybox+6.tga) so it doesn't get so stretched when created?

Re: Scale sky texture? [Re: DrunkenPirate] #251224
02/12/09 06:02
02/12/09 06:02
Joined: Jul 2008
Posts: 553
Singapore
delinkx Offline
User
delinkx  Offline
User

Joined: Jul 2008
Posts: 553
Singapore
ENTITY* skycube =
{
type = "skybox+6.tga"; // the image for a backdrop scene
flags2 = SKY | CUBE | VISIBLE; // sky cube, visible
scale_x = 0.5;
scale_y = 0.5;
}


use something like this. where u can set ur scaling/


A7 commercial Team / VC++ 2008 Pro
homepage | twitter | facebook
Re: Scale sky texture? [Re: delinkx] #251226
02/12/09 06:18
02/12/09 06:18
Joined: Jan 2009
Posts: 34
D
DrunkenPirate Offline OP
Newbie
DrunkenPirate  Offline OP
Newbie
D

Joined: Jan 2009
Posts: 34
scale_x, scale_y have no effect on the texture or model at all. I've looked everywhere?

Re: Scale sky texture? [Re: DrunkenPirate] #272523
06/18/09 12:50
06/18/09 12:50
Joined: Feb 2006
Posts: 1,011
Germany
pegamode Offline
Serious User
pegamode  Offline
Serious User

Joined: Feb 2006
Posts: 1,011
Germany
From the manual:

The sky z parameter can be used to move the cube up and down. The x, y, angle, and scale parameters are ignored.


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