Author Topic: New problem with skybox rendering  (Read 1463 times)

Now, i picked up this terragen 2d skybox script from http://developer.valvesoftware.com/wiki/Skybox_(2D)_with_Terragen to render 6 images so i can make a skybox. But when the script is done rendering all the images, there eather not being saved or somewhere on my computer that i don't know of. But I'm going to go witht hem not being saved.

So here is the Terragen script. Could someone tell me where are the images going?

Code: [Select]
initanim "C:\skyrender", 1

;_ft
Zoom 1.0
CamH 0
CamP 0
CamB 0
frend

;_lf
Zoom 1.0
CamH 90
CamP 0
CamB 0
frend

;_up
Zoom 1.0
CamH 270
CamP 90
CamB 0
frend

;_bk
Zoom 1.0
CamH 180
CamP 0
CamB 0
frend

;_rt
Zoom 1.0
CamH 270
CamP 0
CamB 0
frend

;_dn
Zoom 1.0
CamH 270
CamP -90
CamB 0
frend
« Last Edit: July 28, 2010, 11:40:50 PM by Sarataz »

Check C:/skyrender?

I did, but it wasn't there. But after fiddling with this, i figured out where there going. They weren't going directly to C:\skyrender,  but they went to my user folder for some reason. i dunno, but i got em'.


EDIT: Now, since i found the new images of the rendered sky i made, i think they where rendered a bit wrong because at the bottom of the image it looks like it didn't render all the way. but here's the picture of one of the sides of the skybox i made (each picture has the same black spots at the bottom)

« Last Edit: July 28, 2010, 11:40:03 PM by Sarataz »

The idea is that you're not supposed to see that spot.

After testing the skybox on a map, it doesn't show up :) Thanks Marcem.