Advertisement
ItsTotallyRSX

Skybox

Dec 18th, 2019
153
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 2.81 KB | None | 0 0
  1. {
  2.     "noShadows": true,
  3.     "surfaceType": "nevisSkyboxSurface",
  4.     "sort": 4,
  5.     "gameFlags": [
  6.         "MTL_GAMEFLAG_NO_MARKS"
  7.     ],
  8.     "stateBits":
  9.     {
  10.         "mtlAlphaTest": "Always",
  11.         "mtlBlendOp": "Disable",
  12.         "mtlBlendOpAlpha": "Disable",
  13.         "mtlColorWriteAlpha": "Enable",
  14.         "mtlColorWriteRgb": "Enable",
  15.         "mtlCullFace": "Back",
  16.         "mtlDepthTest": "LessEqual",
  17.         "mtlDepthWrite": "Enable",
  18.         "mtlDestBlend": "Zero",
  19.         "mtlDestBlendAlpha": "Zero",
  20.         "mtlPolygonOffset": "0",
  21.         "mtlSrcBlend": "One",
  22.         "mtlSrcBlendAlpha": "One",
  23.         "mtlStencil": "Disable",
  24.         "mtlStencilFuncBack": "Never",
  25.         "mtlStencilFuncFront": "Never",
  26.         "mtlStencilOpBackFail": "Keep",
  27.         "mtlStencilOpBackPass": "Keep",
  28.         "mtlStencilOpBackZFail": "Keep",
  29.         "mtlStencilOpFrontFail": "Keep",
  30.         "mtlStencilOpFrontPass": "Keep",
  31.         "mtlStencilOpFrontZFail": "Keep",
  32.         "mtlWireframeNevis": "Disable"
  33.     },
  34.     "constants":
  35.     [
  36.        {
  37.             "name": "cloudsUVMad1",
  38.             "w": 0.5,
  39.             "x": 0.006000000052154064,
  40.             "y": 0.006000000052154064,
  41.             "z": 0.5
  42.         },
  43.         {
  44.             "name": "cloudsUVMad2",
  45.             "w": 0.5,
  46.             "x": 0.0,
  47.             "y": 0.0,
  48.             "z": 0.5
  49.         },
  50.         {
  51.             "name": "cloudsUVMul1",
  52.             "w": 1.52587890625e-05,
  53.             "x": 0.0002500000118743628,
  54.             "y": 0.0002500000118743628,
  55.             "z": 1.52587890625e-05
  56.         },
  57.         {
  58.             "name": "cloudsUVMul2",
  59.             "w": 1.52587890625e-05,
  60.             "x": 0.00048828125,
  61.             "y": 0.00048828125,
  62.             "z": 1.52587890625e-05
  63.         },
  64.         {
  65.             "hash": 343012833,
  66.             "name": "skyColorParm",
  67.             "w": 1.0,
  68.             "x": 1.0,
  69.             "y": 1.0,
  70.             "z": 1.0
  71.         },
  72.         {
  73.             "hash": 466576046,
  74.             "name": "cloudsHeight",
  75.             "w": 0.0,
  76.             "x": 2000.0,
  77.             "y": 1000.0,
  78.             "z": 0.0
  79.         },
  80.         {
  81.             "hash": 693985270,
  82.             "name": "skyBoxCloudW",
  83.             "w": 0.0,
  84.             "x": 1.0,
  85.             "y": 0.0,
  86.             "z": 0.0
  87.         },
  88.         {
  89.             "hash": 1723902315,
  90.             "name": "cloudsFeathe",
  91.             "w": 4.0,
  92.             "x": -6.103515625e-05,
  93.             "y": 2.15966796875,
  94.             "z": -0.000244140625
  95.         },
  96.         {
  97.             "hash": 3638790757,
  98.             "name": "skyBoxRotati",
  99.             "w": 8000.0,
  100.             "x": -0.7660444974899292,
  101.             "y": -0.642787516117096,
  102.             "z": 0.7660444974899292
  103.         }
  104.     ],
  105.     "techset":
  106.     {
  107.         "resource": "mc_skycubemaphdr_1f117w7u"
  108.     },
  109.     "layers":
  110.     [
  111.         {
  112.             "fbo": "REPLACE",
  113.             "color": {
  114.                 "flags": ["CLAMP_MASK", "FILTER_ANISO4X"],
  115.                 "image": "fun_skybox"
  116.             }
  117.         }
  118.     ]
  119. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement