Relocating sky related assets.
Also reduced duplication of the "empty" solid color sky cubemaps.
1
Templates/Empty/game/art/skies/.gitignore
vendored
|
|
@ -1 +0,0 @@
|
||||||
# Keep directory in git repo
|
|
||||||
|
Before Width: | Height: | Size: 72 KiB After Width: | Height: | Size: 72 KiB |
|
Before Width: | Height: | Size: 248 KiB After Width: | Height: | Size: 248 KiB |
|
Before Width: | Height: | Size: 56 KiB After Width: | Height: | Size: 56 KiB |
|
Before Width: | Height: | Size: 2.4 MiB After Width: | Height: | Size: 2.4 MiB |
|
|
@ -30,6 +30,12 @@ singleton CubemapData( NightCubemap )
|
||||||
cubeFace[5] = "./skybox_6";
|
cubeFace[5] = "./skybox_6";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
singleton Material( NightSkyMat )
|
||||||
|
{
|
||||||
|
cubemap = NightCubemap;
|
||||||
|
materialTag0 = "Skies";
|
||||||
|
};
|
||||||
|
|
||||||
singleton Material( Moon_Glow_Mat )
|
singleton Material( Moon_Glow_Mat )
|
||||||
{
|
{
|
||||||
baseTex = "./moon_wglow.png";
|
baseTex = "./moon_wglow.png";
|
||||||
|
Before Width: | Height: | Size: 170 KiB After Width: | Height: | Size: 170 KiB |
|
Before Width: | Height: | Size: 864 KiB After Width: | Height: | Size: 864 KiB |
|
Before Width: | Height: | Size: 251 KiB After Width: | Height: | Size: 251 KiB |
|
Before Width: | Height: | Size: 528 KiB After Width: | Height: | Size: 528 KiB |
|
Before Width: | Height: | Size: 530 KiB After Width: | Height: | Size: 530 KiB |
|
Before Width: | Height: | Size: 500 KiB After Width: | Height: | Size: 500 KiB |
|
Before Width: | Height: | Size: 502 KiB After Width: | Height: | Size: 502 KiB |
|
Before Width: | Height: | Size: 602 KiB After Width: | Height: | Size: 602 KiB |
|
Before Width: | Height: | Size: 390 KiB After Width: | Height: | Size: 390 KiB |
|
|
@ -1,7 +0,0 @@
|
||||||
skybox_1
|
|
||||||
skybox_2
|
|
||||||
skybox_3
|
|
||||||
skybox_4
|
|
||||||
skybox_5
|
|
||||||
skybox_6
|
|
||||||
skybox_6
|
|
||||||
|
Before Width: | Height: | Size: 24 KiB |
|
Before Width: | Height: | Size: 24 KiB |
|
Before Width: | Height: | Size: 24 KiB |
|
Before Width: | Height: | Size: 24 KiB |
|
Before Width: | Height: | Size: 24 KiB |
|
|
@ -1,36 +0,0 @@
|
||||||
//-----------------------------------------------------------------------------
|
|
||||||
// Copyright (c) 2012 GarageGames, LLC
|
|
||||||
//
|
|
||||||
// Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
||||||
// of this software and associated documentation files (the "Software"), to
|
|
||||||
// deal in the Software without restriction, including without limitation the
|
|
||||||
// rights to use, copy, modify, merge, publish, distribute, sublicense, and/or
|
|
||||||
// sell copies of the Software, and to permit persons to whom the Software is
|
|
||||||
// furnished to do so, subject to the following conditions:
|
|
||||||
//
|
|
||||||
// The above copyright notice and this permission notice shall be included in
|
|
||||||
// all copies or substantial portions of the Software.
|
|
||||||
//
|
|
||||||
// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
||||||
// IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
||||||
// FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
||||||
// AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
||||||
// LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
|
|
||||||
// FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS
|
|
||||||
// IN THE SOFTWARE.
|
|
||||||
//-----------------------------------------------------------------------------
|
|
||||||
|
|
||||||
singleton CubemapData( BlankSkyCubemap )
|
|
||||||
{
|
|
||||||
cubeFace[0] = "./skybox_1";
|
|
||||||
cubeFace[1] = "./skybox_2";
|
|
||||||
cubeFace[2] = "./skybox_3";
|
|
||||||
cubeFace[3] = "./skybox_4";
|
|
||||||
cubeFace[4] = "./skybox_5";
|
|
||||||
cubeFace[5] = "./skybox_6";
|
|
||||||
};
|
|
||||||
|
|
||||||
singleton Material( BlankSkyMat )
|
|
||||||
{
|
|
||||||
cubemap = BlankSkyCubemap;
|
|
||||||
};
|
|
||||||
|
|
@ -1,7 +0,0 @@
|
||||||
skybox_1
|
|
||||||
skybox_2
|
|
||||||
skybox_3
|
|
||||||
skybox_4
|
|
||||||
skybox_5
|
|
||||||
skybox_6
|
|
||||||
skybox_6
|
|
||||||
|
Before Width: | Height: | Size: 12 KiB |
|
Before Width: | Height: | Size: 12 KiB |
|
Before Width: | Height: | Size: 12 KiB |
|
Before Width: | Height: | Size: 12 KiB |
|
Before Width: | Height: | Size: 11 KiB |
|
|
@ -1,36 +0,0 @@
|
||||||
//-----------------------------------------------------------------------------
|
|
||||||
// Copyright (c) 2012 GarageGames, LLC
|
|
||||||
//
|
|
||||||
// Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
||||||
// of this software and associated documentation files (the "Software"), to
|
|
||||||
// deal in the Software without restriction, including without limitation the
|
|
||||||
// rights to use, copy, modify, merge, publish, distribute, sublicense, and/or
|
|
||||||
// sell copies of the Software, and to permit persons to whom the Software is
|
|
||||||
// furnished to do so, subject to the following conditions:
|
|
||||||
//
|
|
||||||
// The above copyright notice and this permission notice shall be included in
|
|
||||||
// all copies or substantial portions of the Software.
|
|
||||||
//
|
|
||||||
// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
||||||
// IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
||||||
// FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
||||||
// AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
||||||
// LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
|
|
||||||
// FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS
|
|
||||||
// IN THE SOFTWARE.
|
|
||||||
//-----------------------------------------------------------------------------
|
|
||||||
|
|
||||||
singleton CubemapData( DesertSkyCubemap )
|
|
||||||
{
|
|
||||||
cubeFace[0] = "./cubemap/skybox_1";
|
|
||||||
cubeFace[1] = "./cubemap/skybox_2";
|
|
||||||
cubeFace[2] = "./cubemap/skybox_3";
|
|
||||||
cubeFace[3] = "./cubemap/skybox_4";
|
|
||||||
cubeFace[4] = "./cubemap/skybox_5";
|
|
||||||
cubeFace[5] = "./cubemap/skybox_6";
|
|
||||||
};
|
|
||||||
|
|
||||||
singleton Material( DesertSkyMat )
|
|
||||||
{
|
|
||||||
cubemap = DesertSkyCubemap;
|
|
||||||
};
|
|
||||||
|
|
@ -1,7 +0,0 @@
|
||||||
skybox_1
|
|
||||||
skybox_2
|
|
||||||
skybox_3
|
|
||||||
skybox_4
|
|
||||||
skybox_5
|
|
||||||
skybox_6
|
|
||||||
skybox_6
|
|
||||||
|
|
@ -1,32 +0,0 @@
|
||||||
//-----------------------------------------------------------------------------
|
|
||||||
// Copyright (c) 2012 GarageGames, LLC
|
|
||||||
//
|
|
||||||
// Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
||||||
// of this software and associated documentation files (the "Software"), to
|
|
||||||
// deal in the Software without restriction, including without limitation the
|
|
||||||
// rights to use, copy, modify, merge, publish, distribute, sublicense, and/or
|
|
||||||
// sell copies of the Software, and to permit persons to whom the Software is
|
|
||||||
// furnished to do so, subject to the following conditions:
|
|
||||||
//
|
|
||||||
// The above copyright notice and this permission notice shall be included in
|
|
||||||
// all copies or substantial portions of the Software.
|
|
||||||
//
|
|
||||||
// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
||||||
// IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
||||||
// FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
||||||
// AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
||||||
// LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
|
|
||||||
// FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS
|
|
||||||
// IN THE SOFTWARE.
|
|
||||||
//-----------------------------------------------------------------------------
|
|
||||||
|
|
||||||
singleton CubemapData( GreySkyCubemap )
|
|
||||||
{
|
|
||||||
cubeFace[0] = "./skybox_1";
|
|
||||||
cubeFace[1] = "./skybox_2";
|
|
||||||
cubeFace[2] = "./skybox_3";
|
|
||||||
cubeFace[3] = "./skybox_4";
|
|
||||||
cubeFace[4] = "./skybox_5";
|
|
||||||
cubeFace[5] = "./skybox_6";
|
|
||||||
};
|
|
||||||
|
|
||||||
|
|
@ -1,7 +0,0 @@
|
||||||
skybox_1
|
|
||||||
skybox_2
|
|
||||||
skybox_3
|
|
||||||
skybox_4
|
|
||||||
skybox_5
|
|
||||||
skybox_6
|
|
||||||
skybox_6
|
|
||||||
|
Before Width: | Height: | Size: 24 KiB |
|
Before Width: | Height: | Size: 24 KiB |
|
Before Width: | Height: | Size: 24 KiB |
|
Before Width: | Height: | Size: 24 KiB |
|
Before Width: | Height: | Size: 24 KiB |
|
Before Width: | Height: | Size: 1 MiB |
|
Before Width: | Height: | Size: 993 KiB |
|
Before Width: | Height: | Size: 949 KiB |
|
Before Width: | Height: | Size: 965 KiB |
|
Before Width: | Height: | Size: 1 MiB |
|
Before Width: | Height: | Size: 909 KiB |
|
|
@ -1,36 +0,0 @@
|
||||||
//-----------------------------------------------------------------------------
|
|
||||||
// Copyright (c) 2012 GarageGames, LLC
|
|
||||||
//
|
|
||||||
// Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
||||||
// of this software and associated documentation files (the "Software"), to
|
|
||||||
// deal in the Software without restriction, including without limitation the
|
|
||||||
// rights to use, copy, modify, merge, publish, distribute, sublicense, and/or
|
|
||||||
// sell copies of the Software, and to permit persons to whom the Software is
|
|
||||||
// furnished to do so, subject to the following conditions:
|
|
||||||
//
|
|
||||||
// The above copyright notice and this permission notice shall be included in
|
|
||||||
// all copies or substantial portions of the Software.
|
|
||||||
//
|
|
||||||
// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
||||||
// IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
||||||
// FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
||||||
// AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
||||||
// LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
|
|
||||||
// FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS
|
|
||||||
// IN THE SOFTWARE.
|
|
||||||
//-----------------------------------------------------------------------------
|
|
||||||
|
|
||||||
singleton CubemapData( NewLevelSkyCubemap )
|
|
||||||
{
|
|
||||||
cubeFace[0] = "./cubemap/skybox_1";
|
|
||||||
cubeFace[1] = "./cubemap/skybox_2";
|
|
||||||
cubeFace[2] = "./cubemap/skybox_3";
|
|
||||||
cubeFace[3] = "./cubemap/skybox_4";
|
|
||||||
cubeFace[4] = "./cubemap/skybox_5";
|
|
||||||
cubeFace[5] = "./cubemap/skybox_6";
|
|
||||||
};
|
|
||||||
|
|
||||||
singleton Material( NewLevelSkyMat )
|
|
||||||
{
|
|
||||||
cubemap = NewLevelSkyCubemap;
|
|
||||||
};
|
|
||||||
|
|
@ -1,7 +0,0 @@
|
||||||
skybox_1
|
|
||||||
skybox_2
|
|
||||||
skybox_3
|
|
||||||
skybox_4
|
|
||||||
skybox_5
|
|
||||||
skybox_6
|
|
||||||
skybox_6
|
|
||||||
|
|
@ -22,15 +22,48 @@
|
||||||
|
|
||||||
singleton CubemapData( BlackSkyCubemap )
|
singleton CubemapData( BlackSkyCubemap )
|
||||||
{
|
{
|
||||||
cubeFace[0] = "./skybox_1";
|
cubeFace[0] = "./solidsky_black";
|
||||||
cubeFace[1] = "./skybox_2";
|
cubeFace[1] = "./solidsky_black";
|
||||||
cubeFace[2] = "./skybox_3";
|
cubeFace[2] = "./solidsky_black";
|
||||||
cubeFace[3] = "./skybox_4";
|
cubeFace[3] = "./solidsky_black";
|
||||||
cubeFace[4] = "./skybox_5";
|
cubeFace[4] = "./solidsky_black";
|
||||||
cubeFace[5] = "./skybox_6";
|
cubeFace[5] = "./solidsky_black";
|
||||||
};
|
};
|
||||||
|
|
||||||
singleton Material( BlackSkyMat )
|
singleton Material( BlackSkyMat )
|
||||||
{
|
{
|
||||||
cubemap = BlackSkyCubemap;
|
cubemap = BlackSkyCubemap;
|
||||||
|
materialTag0 = "Skies";
|
||||||
|
};
|
||||||
|
|
||||||
|
singleton CubemapData( BlueSkyCubemap )
|
||||||
|
{
|
||||||
|
cubeFace[0] = "./solidsky_blue";
|
||||||
|
cubeFace[1] = "./solidsky_blue";
|
||||||
|
cubeFace[2] = "./solidsky_blue";
|
||||||
|
cubeFace[3] = "./solidsky_blue";
|
||||||
|
cubeFace[4] = "./solidsky_blue";
|
||||||
|
cubeFace[5] = "./solidsky_blue";
|
||||||
|
};
|
||||||
|
|
||||||
|
singleton Material( BlueSkyMat )
|
||||||
|
{
|
||||||
|
cubemap = BlueSkyCubemap;
|
||||||
|
materialTag0 = "Skies";
|
||||||
|
};
|
||||||
|
|
||||||
|
singleton CubemapData( GreySkyCubemap )
|
||||||
|
{
|
||||||
|
cubeFace[0] = "./solidsky_grey";
|
||||||
|
cubeFace[1] = "./solidsky_grey";
|
||||||
|
cubeFace[2] = "./solidsky_grey";
|
||||||
|
cubeFace[3] = "./solidsky_grey";
|
||||||
|
cubeFace[4] = "./solidsky_grey";
|
||||||
|
cubeFace[5] = "./solidsky_grey";
|
||||||
|
};
|
||||||
|
|
||||||
|
singleton Material( GreySkyMat )
|
||||||
|
{
|
||||||
|
cubemap = GreySkyCubemap;
|
||||||
|
materialTag0 = "Skies";
|
||||||
};
|
};
|
||||||
|
Before Width: | Height: | Size: 24 KiB After Width: | Height: | Size: 24 KiB |
|
Before Width: | Height: | Size: 12 KiB After Width: | Height: | Size: 12 KiB |
|
Before Width: | Height: | Size: 24 KiB After Width: | Height: | Size: 24 KiB |
|
|
@ -672,7 +672,7 @@ function ObjectBuilderGui::buildCloudLayer(%this)
|
||||||
{
|
{
|
||||||
OBObjectName.setValue( "" );
|
OBObjectName.setValue( "" );
|
||||||
%this.objectClassName = "CloudLayer";
|
%this.objectClassName = "CloudLayer";
|
||||||
%this.addField( "texture", "TypeImageFilename", "Texture", "art/images/skies/clouds/clouds_normal_displacement" );
|
%this.addField( "texture", "TypeImageFilename", "Texture", "art/skies/clouds/clouds_normal_displacement" );
|
||||||
%this.process();
|
%this.process();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
@ -684,9 +684,9 @@ function ObjectBuilderGui::buildBasicClouds(%this)
|
||||||
|
|
||||||
// This is a trick... any fields added after process won't show
|
// This is a trick... any fields added after process won't show
|
||||||
// up as controls, but will be applied to the created object.
|
// up as controls, but will be applied to the created object.
|
||||||
%this.addField( "texture[0]", "TypeImageFilename", "Texture", "core/art/skies/clouds/cloud1" );
|
%this.addField( "texture[0]", "TypeImageFilename", "Texture", "art/skies/clouds/cloud1" );
|
||||||
%this.addField( "texture[1]", "TypeImageFilename", "Texture", "core/art/skies/clouds/cloud2" );
|
%this.addField( "texture[1]", "TypeImageFilename", "Texture", "art/skies/clouds/cloud2" );
|
||||||
%this.addField( "texture[2]", "TypeImageFilename", "Texture", "core/art/skies/clouds/cloud3" );
|
%this.addField( "texture[2]", "TypeImageFilename", "Texture", "art/skies/clouds/cloud3" );
|
||||||
}
|
}
|
||||||
|
|
||||||
function ObjectBuilderGui::checkExists( %this, %classname )
|
function ObjectBuilderGui::checkExists( %this, %classname )
|
||||||
|
|
|
||||||
1
Templates/Full/game/art/skies/.gitignore
vendored
|
|
@ -1 +0,0 @@
|
||||||
# Keep directory in git repo
|
|
||||||
|
Before Width: | Height: | Size: 1 MiB After Width: | Height: | Size: 1 MiB |
|
Before Width: | Height: | Size: 993 KiB After Width: | Height: | Size: 993 KiB |
|
Before Width: | Height: | Size: 949 KiB After Width: | Height: | Size: 949 KiB |
|
Before Width: | Height: | Size: 965 KiB After Width: | Height: | Size: 965 KiB |
|
Before Width: | Height: | Size: 1 MiB After Width: | Height: | Size: 1 MiB |
|
Before Width: | Height: | Size: 909 KiB After Width: | Height: | Size: 909 KiB |
|
|
@ -33,4 +33,5 @@ singleton CubemapData( DesertSkyCubemap )
|
||||||
singleton Material( DesertSkyMat )
|
singleton Material( DesertSkyMat )
|
||||||
{
|
{
|
||||||
cubemap = DesertSkyCubemap;
|
cubemap = DesertSkyCubemap;
|
||||||
|
materialTag0 = "Skies";
|
||||||
};
|
};
|
||||||
|
Before Width: | Height: | Size: 72 KiB After Width: | Height: | Size: 72 KiB |
|
Before Width: | Height: | Size: 248 KiB After Width: | Height: | Size: 248 KiB |
|
Before Width: | Height: | Size: 56 KiB After Width: | Height: | Size: 56 KiB |
|
Before Width: | Height: | Size: 2.4 MiB After Width: | Height: | Size: 2.4 MiB |
|
|
@ -30,6 +30,12 @@ singleton CubemapData( NightCubemap )
|
||||||
cubeFace[5] = "./skybox_6";
|
cubeFace[5] = "./skybox_6";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
singleton Material( NightSkyMat )
|
||||||
|
{
|
||||||
|
cubemap = NightCubemap;
|
||||||
|
materialTag0 = "Skies";
|
||||||
|
};
|
||||||
|
|
||||||
singleton Material( Moon_Glow_Mat )
|
singleton Material( Moon_Glow_Mat )
|
||||||
{
|
{
|
||||||
baseTex = "./moon_wglow.png";
|
baseTex = "./moon_wglow.png";
|
||||||
|
Before Width: | Height: | Size: 170 KiB After Width: | Height: | Size: 170 KiB |
|
Before Width: | Height: | Size: 864 KiB After Width: | Height: | Size: 864 KiB |
|
Before Width: | Height: | Size: 251 KiB After Width: | Height: | Size: 251 KiB |
|
Before Width: | Height: | Size: 528 KiB After Width: | Height: | Size: 528 KiB |
|
Before Width: | Height: | Size: 530 KiB After Width: | Height: | Size: 530 KiB |
|
Before Width: | Height: | Size: 500 KiB After Width: | Height: | Size: 500 KiB |
|
Before Width: | Height: | Size: 502 KiB After Width: | Height: | Size: 502 KiB |
|
Before Width: | Height: | Size: 602 KiB After Width: | Height: | Size: 602 KiB |
|
Before Width: | Height: | Size: 390 KiB After Width: | Height: | Size: 390 KiB |
|
|
@ -1,7 +0,0 @@
|
||||||
skybox_1
|
|
||||||
skybox_2
|
|
||||||
skybox_3
|
|
||||||
skybox_4
|
|
||||||
skybox_5
|
|
||||||
skybox_6
|
|
||||||
skybox_6
|
|
||||||
|
Before Width: | Height: | Size: 24 KiB |
|
Before Width: | Height: | Size: 24 KiB |
|
Before Width: | Height: | Size: 24 KiB |
|
Before Width: | Height: | Size: 24 KiB |
|
Before Width: | Height: | Size: 24 KiB |
|
|
@ -1,36 +0,0 @@
|
||||||
//-----------------------------------------------------------------------------
|
|
||||||
// Copyright (c) 2012 GarageGames, LLC
|
|
||||||
//
|
|
||||||
// Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
||||||
// of this software and associated documentation files (the "Software"), to
|
|
||||||
// deal in the Software without restriction, including without limitation the
|
|
||||||
// rights to use, copy, modify, merge, publish, distribute, sublicense, and/or
|
|
||||||
// sell copies of the Software, and to permit persons to whom the Software is
|
|
||||||
// furnished to do so, subject to the following conditions:
|
|
||||||
//
|
|
||||||
// The above copyright notice and this permission notice shall be included in
|
|
||||||
// all copies or substantial portions of the Software.
|
|
||||||
//
|
|
||||||
// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
||||||
// IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
||||||
// FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
||||||
// AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
||||||
// LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
|
|
||||||
// FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS
|
|
||||||
// IN THE SOFTWARE.
|
|
||||||
//-----------------------------------------------------------------------------
|
|
||||||
|
|
||||||
singleton CubemapData( BlankSkyCubemap )
|
|
||||||
{
|
|
||||||
cubeFace[0] = "./skybox_1";
|
|
||||||
cubeFace[1] = "./skybox_2";
|
|
||||||
cubeFace[2] = "./skybox_3";
|
|
||||||
cubeFace[3] = "./skybox_4";
|
|
||||||
cubeFace[4] = "./skybox_5";
|
|
||||||
cubeFace[5] = "./skybox_6";
|
|
||||||
};
|
|
||||||
|
|
||||||
singleton Material( BlankSkyMat )
|
|
||||||
{
|
|
||||||
cubemap = BlankSkyCubemap;
|
|
||||||
};
|
|
||||||
|
|
@ -1,7 +0,0 @@
|
||||||
skybox_1
|
|
||||||
skybox_2
|
|
||||||
skybox_3
|
|
||||||
skybox_4
|
|
||||||
skybox_5
|
|
||||||
skybox_6
|
|
||||||
skybox_6
|
|
||||||
|
Before Width: | Height: | Size: 12 KiB |
|
Before Width: | Height: | Size: 12 KiB |
|
Before Width: | Height: | Size: 12 KiB |
|
Before Width: | Height: | Size: 12 KiB |
|
Before Width: | Height: | Size: 11 KiB |
|
Before Width: | Height: | Size: 1 MiB |
|
Before Width: | Height: | Size: 993 KiB |
|
Before Width: | Height: | Size: 949 KiB |
|
Before Width: | Height: | Size: 965 KiB |
|
Before Width: | Height: | Size: 1 MiB |
|
Before Width: | Height: | Size: 909 KiB |
|
|
@ -1,7 +0,0 @@
|
||||||
skybox_1
|
|
||||||
skybox_2
|
|
||||||
skybox_3
|
|
||||||
skybox_4
|
|
||||||
skybox_5
|
|
||||||
skybox_6
|
|
||||||
skybox_6
|
|
||||||
|
|
@ -1,32 +0,0 @@
|
||||||
//-----------------------------------------------------------------------------
|
|
||||||
// Copyright (c) 2012 GarageGames, LLC
|
|
||||||
//
|
|
||||||
// Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
||||||
// of this software and associated documentation files (the "Software"), to
|
|
||||||
// deal in the Software without restriction, including without limitation the
|
|
||||||
// rights to use, copy, modify, merge, publish, distribute, sublicense, and/or
|
|
||||||
// sell copies of the Software, and to permit persons to whom the Software is
|
|
||||||
// furnished to do so, subject to the following conditions:
|
|
||||||
//
|
|
||||||
// The above copyright notice and this permission notice shall be included in
|
|
||||||
// all copies or substantial portions of the Software.
|
|
||||||
//
|
|
||||||
// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
||||||
// IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
||||||
// FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
||||||
// AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
||||||
// LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
|
|
||||||
// FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS
|
|
||||||
// IN THE SOFTWARE.
|
|
||||||
//-----------------------------------------------------------------------------
|
|
||||||
|
|
||||||
singleton CubemapData( GreySkyCubemap )
|
|
||||||
{
|
|
||||||
cubeFace[0] = "./skybox_1";
|
|
||||||
cubeFace[1] = "./skybox_2";
|
|
||||||
cubeFace[2] = "./skybox_3";
|
|
||||||
cubeFace[3] = "./skybox_4";
|
|
||||||
cubeFace[4] = "./skybox_5";
|
|
||||||
cubeFace[5] = "./skybox_6";
|
|
||||||
};
|
|
||||||
|
|
||||||
|
|
@ -1,7 +0,0 @@
|
||||||
skybox_1
|
|
||||||
skybox_2
|
|
||||||
skybox_3
|
|
||||||
skybox_4
|
|
||||||
skybox_5
|
|
||||||
skybox_6
|
|
||||||
skybox_6
|
|
||||||
|
Before Width: | Height: | Size: 24 KiB |
|
Before Width: | Height: | Size: 24 KiB |
|
Before Width: | Height: | Size: 24 KiB |
|
Before Width: | Height: | Size: 24 KiB |
|
Before Width: | Height: | Size: 24 KiB |
|
Before Width: | Height: | Size: 1 MiB |