kristiker / source1import

Import Source game content into Source 2
MIT License
68 stars 11 forks source link

Scale transform isn't handled for skyboxes #56

Closed khang06 closed 1 year ago

khang06 commented 1 year ago

sky_dustbowl_01's side textures look like this: image

but they get scaled to cover the whole square in the vmt

"sky"
{

    "$hdrcompressedTexture" "skybox/sky_dustbowl_01_hdrside"    
    "$nofog" "1"
    "$ignorez" "1"
    "$basetexture" "skybox/sky_dustbowl_01side"
    "$basetexturetransform" "center 0 0 scale 1 2 rotate 0 translate 0 0"
    "%keywords" "tf"
}
kristiker commented 1 year ago

Is it meant to stretch to bottom? Mine got exported like this

kristiker commented 1 year ago

image