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,731 guests, and 7 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
Page 1 of 2 1 2
how to make +6 cube? #300585
12/03/09 15:15
12/03/09 15:15
Joined: Nov 2009
Posts: 96
philippines
joh Offline OP
Junior Member
joh  Offline OP
Junior Member

Joined: Nov 2009
Posts: 96
philippines
i used the skycube in one of the tutorials but i want to know how to make like the skycube but not sky this time i want it in other picture. please help me thank you

Re: how to make +6 cube? [Re: joh] #300589
12/03/09 15:40
12/03/09 15:40
Joined: Mar 2008
Posts: 2,247
Baden Württemberg, Germany
Espér Offline
Expert
Espér  Offline
Expert

Joined: Mar 2008
Posts: 2,247
Baden Württemberg, Germany
if you have a graphic editing program, just open the sky you have and redraw it.

i heard of a sky creator a while ago. but didn´t found anything.


Selling my Acknex Engine Editions (A7 Com & A8 Pro):
>> click here if you are interested <<
Re: how to make +6 cube? [Re: Espér] #300596
12/03/09 16:35
12/03/09 16:35
Joined: Oct 2008
Posts: 683
Germany
Ayumi Offline
User
Ayumi  Offline
User

Joined: Oct 2008
Posts: 683
Germany
At the second post, i believe you need own skycube?!

You will need Irfan View:


->Pdf to create own skycube.
http://www.megaupload.com/?d=PWK5KQYH

Last edited by Ayumi; 12/03/09 16:36.
Re: how to make +6 cube? [Re: Ayumi] #300706
12/04/09 15:38
12/04/09 15:38
Joined: Nov 2009
Posts: 96
philippines
joh Offline OP
Junior Member
joh  Offline OP
Junior Member

Joined: Nov 2009
Posts: 96
philippines
could i use other picture instead of a sky?

Re: how to make +6 cube? [Re: joh] #300707
12/04/09 15:40
12/04/09 15:40
Joined: Nov 2009
Posts: 96
philippines
joh Offline OP
Junior Member
joh  Offline OP
Junior Member

Joined: Nov 2009
Posts: 96
philippines
@ayumi the link is unavailable frown

Re: how to make +6 cube? [Re: joh] #300782
12/05/09 04:01
12/05/09 04:01
Joined: Jul 2004
Posts: 1,710
MMike Offline
Serious User
MMike  Offline
Serious User

Joined: Jul 2004
Posts: 1,710
i have a code for 3dmax to export the panorama to cubes... i did it for max9 i think

Re: how to make +6 cube? [Re: MMike] #300784
12/05/09 06:36
12/05/09 06:36
Joined: Nov 2009
Posts: 96
philippines
joh Offline OP
Junior Member
joh  Offline OP
Junior Member

Joined: Nov 2009
Posts: 96
philippines
really? can i have it? im using 3ds max 2010

Re: how to make +6 cube? [Re: joh] #300812
12/05/09 14:31
12/05/09 14:31
Joined: Jul 2004
Posts: 1,710
MMike Offline
Serious User
MMike  Offline
Serious User

Joined: Jul 2004
Posts: 1,710
i dont know if its compatible..

what the script does is: you run it.. then, it creates a camera on the center of origin, or you can specify your position, and then it will rotate east etc etc, and generate each side of the cube. in a file.

You have later to assemble and merge them with a program photshop or ifranview..

but i cant attach the file here.. where is the..

Re: how to make +6 cube? [Re: MMike] #306202
01/20/10 14:18
01/20/10 14:18
Joined: Nov 2009
Posts: 4
Indonesia
H
Hendro_Saputro Offline
Guest
Hendro_Saputro  Offline
Guest
H

Joined: Nov 2009
Posts: 4
Indonesia
use this,, i use A6 pro for my game "Widy lost in wonderland"

sky cube
{
type=<sky_large_1+6.tga>;//u need that file
flags=cube,overlay,visible;
material=mat_sky;
layer=5;
}

and

action langit // atach action on your sky sphere model
{
while(1)
{
vec_set(my.x, camera.x);
my.pan += 0.1 * time;
wait(1);
}
}


-The Champion Never Quits-
Re: how to make +6 cube? [Re: Hendro_Saputro] #306791
01/24/10 23:15
01/24/10 23:15
Joined: Jul 2004
Posts: 1,710
MMike Offline
Serious User
MMike  Offline
Serious User

Joined: Jul 2004
Posts: 1,710
he means draw the cube it self not the process that renders the cube in the engine...

i posted a contribution for you.. but its just for 3d max users... to export the scene to a cube...

Last edited by MMike; 01/24/10 23:51.
Page 1 of 2 1 2

Moderated by  HeelX, Tobias_Runde 

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