コード例 #1
0
ファイル: VintageValencia.cs プロジェクト: jg33/ozUnity_3LD
        /// <summary>
        /// Creates the material and textures.
        /// </summary>
        protected override void CreateMaterial()
        {
            levelsTex = VintageHelper.LoadTextureFromResources(@"Textures/valenciaMap");
            gradTex   = VintageHelper.LoadTextureFromResources(@"Textures/valenciaGradientMap");

            base.CreateMaterial();
        }
コード例 #2
0
ファイル: VintageSutro.cs プロジェクト: jg33/ozUnity_3LD
        /// <summary>
        /// Creates the material and textures.
        /// </summary>
        protected override void CreateMaterial()
        {
            edgeBurnTex = VintageHelper.LoadTextureFromResources(@"Textures/sutroEdgeBurn");
            curvesTex   = VintageHelper.LoadTextureFromResources(@"Textures/sutroCurves");

            base.CreateMaterial();
        }
コード例 #3
0
ファイル: VintageSierra.cs プロジェクト: jg33/ozUnity_3LD
        /// <summary>
        /// Creates the material and textures.
        /// </summary>
        protected override void CreateMaterial()
        {
            blowoutTex = VintageHelper.LoadTextureFromResources(@"Textures/sierraVignette");
            overlayTex = VintageHelper.LoadTextureFromResources(@"Textures/overlayMap");
            levelsTex  = VintageHelper.LoadTextureFromResources(@"Textures/sierraMap");

            base.CreateMaterial();
        }
コード例 #4
0
ファイル: VintageAmaro.cs プロジェクト: jg33/ozUnity_3LD
        /// <summary>
        /// Creates the material and textures.
        /// </summary>
        protected override void CreateMaterial()
        {
            blowoutTex = VintageHelper.LoadTextureFromResources(@"Textures/blackboard1024");
            overlayTex = VintageHelper.LoadTextureFromResources(@"Textures/overlayMap");
            levelsTex  = VintageHelper.LoadTextureFromResources(@"Textures/amaroMap");

            base.CreateMaterial();
        }
コード例 #5
0
ファイル: VintageHudson.cs プロジェクト: jg33/ozUnity_3LD
        /// <summary>
        /// Creates the material and textures.
        /// </summary>
        protected override void CreateMaterial()
        {
            blowoutTex = VintageHelper.LoadTextureFromResources(@"Textures/hudsonBackground");
            overlayTex = VintageHelper.LoadTextureFromResources(@"Textures/overlayMap");
            levelsTex  = VintageHelper.LoadTextureFromResources(@"Textures/hudsonMap");

            base.CreateMaterial();
        }
コード例 #6
0
ファイル: VintageCrema.cs プロジェクト: jg33/ozUnity_3LD
        /// <summary>
        /// Creates the material and textures.
        /// </summary>
        protected override void CreateMaterial()
        {
            DestroyLut();

            lutTex = VintageHelper.CreateTexture3DFromResources(@"Textures/cremaLut", 16);

            base.CreateMaterial();
        }
コード例 #7
0
ファイル: VintageEarlybird.cs プロジェクト: jg33/ozUnity_3LD
        /// <summary>
        /// Creates the material and textures.
        /// </summary>
        protected override void CreateMaterial()
        {
            curvesTex  = VintageHelper.LoadTextureFromResources(@"Textures/earlyBirdCurves");
            overlayTex = VintageHelper.LoadTextureFromResources(@"Textures/earlybirdOverlayMap");
            blowoutTex = VintageHelper.LoadTextureFromResources(@"Textures/earlybirdBlowout");
            levelsTex  = VintageHelper.LoadTextureFromResources(@"Textures/earlybirdMap");

            base.CreateMaterial();
        }
コード例 #8
0
ファイル: VintageHefe.cs プロジェクト: jg33/ozUnity_3LD
        /// <summary>
        /// Creates the material and textures.
        /// </summary>
        protected override void CreateMaterial()
        {
            edgeBurnTex  = VintageHelper.LoadTextureFromResources(@"Textures/edgeBurn");
            levelsTex    = VintageHelper.LoadTextureFromResources(@"Textures/hefeMap");
            gradientTex  = VintageHelper.LoadTextureFromResources(@"Textures/hefeGradientMap");
            softLightTex = VintageHelper.LoadTextureFromResources(@"Textures/hefeSoftLight");

            base.CreateMaterial();
        }
コード例 #9
0
ファイル: VintageBrannan.cs プロジェクト: jg33/ozUnity_3LD
        /// <summary>
        /// Creates the material and textures.
        /// </summary>
        protected override void CreateMaterial()
        {
            processTex  = VintageHelper.LoadTextureFromResources(@"Textures/brannanProcess");
            blowoutTex  = VintageHelper.LoadTextureFromResources(@"Textures/brannanBlowout");
            contrastTex = VintageHelper.LoadTextureFromResources(@"Textures/brannanContrast");
            lumaTex     = VintageHelper.LoadTextureFromResources(@"Textures/brannanLuma");
            screenTex   = VintageHelper.LoadTextureFromResources(@"Textures/brannanScreen");

            base.CreateMaterial();
        }
コード例 #10
0
ファイル: VintageToaster.cs プロジェクト: jg33/ozUnity_3LD
        /// <summary>
        /// Creates the material and textures.
        /// </summary>
        protected override void CreateMaterial()
        {
            metalTex       = VintageHelper.LoadTextureFromResources(@"Textures/toasterMetal");
            softLightTex   = VintageHelper.LoadTextureFromResources(@"Textures/toasterSoftLight");
            curvesTex      = VintageHelper.LoadTextureFromResources(@"Textures/toasterCurves");
            overlayWarmTex = VintageHelper.LoadTextureFromResources(@"Textures/toasterOverlayMapWarm");
            colorShiftTex  = VintageHelper.LoadTextureFromResources(@"Textures/toasterColorShift");

            base.CreateMaterial();
        }
コード例 #11
0
ファイル: VintageInkwell.cs プロジェクト: jg33/ozUnity_3LD
        /// <summary>
        /// Creates the material and textures.
        /// </summary>
        protected override void CreateMaterial()
        {
            levelsTex = VintageHelper.LoadTextureFromResources(@"Textures/inkwellMap");

            base.CreateMaterial();
        }