Rework back shader and textures, add flag

feature-multiSDF
Andrew Cassidy 4 years ago
parent 0ef46a3182
commit d797a94066

@ -14,7 +14,7 @@ Shader "ConformalDecals/Decal Back"
_Shininess ("Shininess", Range (0.03, 10)) = 0.4
[Header(Effects)]
[PerRendererData]_Opacity("_Opacity", Range(0,1) ) = 1
[PerRendererData]_Opacity("_Opacity", Range(0,1) ) = 1
[PerRendererData]_RimFalloff("_RimFalloff", Range(0.01,5) ) = 0.1
[PerRendererData]_RimColor("_RimColor", Color) = (0,0,0,0)
[PerRendererData]_UnderwaterFogFactor ("Underwater Fog Factor", Range(0,1)) = 0
@ -29,7 +29,7 @@ Shader "ConformalDecals/Decal Back"
CGPROGRAM
#include "LightingKSP.cginc"
#pragma surface surf BlinnPhongSmooth
#pragma surface surf BlinnPhongSmooth vertex:vert
#pragma target 3.0
sampler2D _MainTex;
@ -50,14 +50,24 @@ Shader "ConformalDecals/Decal Back"
float3 viewDir;
float3 worldPos;
};
void vert (inout appdata_full v) {
}
void surf (Input IN, inout SurfaceOutput o)
{
float2 uv_MainTex = IN.uv_MainTex;
float2 uv_BumpMap = IN.uv_BumpMap;
float2 uv_MainTex = 0;
// 45° rotation
uv_MainTex.x = IN.uv_MainTex.x - IN.uv_MainTex.y;
uv_MainTex.y = IN.uv_MainTex.x + IN.uv_MainTex.y;
fixed row = floor(uv_MainTex.y);
// stagger every other row
int row = floor(uv_MainTex.y);
uv_MainTex.x += row * _RowOffset;
uv_MainTex.y *= 2;
float4 color = _Color * tex2D(_MainTex,(uv_MainTex));
float3 normal = UnpackNormal(tex2D(_BumpMap, uv_BumpMap));

Binary file not shown.

Before

Width:  |  Height:  |  Size: 40 KiB

After

Width:  |  Height:  |  Size: 40 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 32 KiB

After

Width:  |  Height:  |  Size: 31 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 11 KiB

After

Width:  |  Height:  |  Size: 10 KiB

@ -2,7 +2,7 @@
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
<svg width="100%" height="100%" viewBox="0 0 256 160" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xml:space="preserve" xmlns:serif="http://www.serif.com/" style="fill-rule:evenodd;clip-rule:evenodd;stroke-linecap:round;stroke-miterlimit:2;">
<rect id="Peel-N-Stik-Flag" serif:id="Peel-N-Stik Flag" x="0" y="0" width="256" height="160" style="fill:none;"/>
<path d="M246,41.853c1.964,1.32 2.5,4.055 2.5,9.147l0,90.5l-235,0l0,-116l210.5,0c3,0 3.219,0.476 4.528,1.281l-0.028,-0.025c0,0 17.381,14.969 17.5,15.097l0,0Zm0,0c0,0 -2.212,-1.487 0,0l0,0Z" style="stroke:#000;stroke-width:3px;"/>
<path d="M246,41.853c1.964,1.32 2.5,4.055 2.5,9.147l0,90.5l-235,0l0,-116c0,0 166,0.5 204.5,0.5c3,0 9.5,6.5 9.5,6.5c0,0 18.381,9.225 18.5,9.353l0,0Zm0,0c0,0 -2.212,-1.487 0,0l0,0Z" style="stroke:#000;stroke-width:3px;"/>
<g>
<path d="M225,42l-0.318,-18.533l18.368,15.43l-18.05,3.103Z" style="fill:#b00;stroke:#b00;stroke-width:3px;"/>
<path d="M229,38.5c-0.844,-10.827 -1.885,-16 -8,-16l-210.5,0l0,116l235,0l0,-90.5c0,-11 -2.5,-11 -16.5,-9.5Z" style="fill:#fff;"/>
@ -10,7 +10,7 @@
<path d="M229,38.5c-0.844,-10.827 -1.885,-16 -8,-16l-210.5,0l0,116l235,0l0,-90.5c0,-11 -2.5,-11 -16.5,-9.5Z"/>
</clipPath>
<g clip-path="url(#_clip1)">
<path d="M232,41.109c-0.519,-6.653 -1.099,-12.636 -3.5,-14.744c-2,-1.756 0,0 0,0l17.5,15.097c0,0 2,2.147 0,0c-1.799,-1.932 -7.126,-1.09 -14,-0.353Z"/>
<path d="M232,41.109c-0.519,-6.653 -1.099,-12.636 -3.5,-14.744c-2,-1.756 0,0 0,0l17.5,15.097c0,0 2.656,1.247 0,0c-0.983,-0.462 -7.126,-1.09 -14,-0.353Z"/>
<g>
<g id="Peel-N-Stick-logo" serif:id="Peel-N-Stick logo">
<rect x="0" y="21" width="256" height="128" style="fill:none;"/>
@ -59,19 +59,23 @@
<path d="M0.14,-0.231c0.002,0.04 0.012,0.073 0.028,0.099c0.033,0.047 0.089,0.071 0.171,0.071c0.036,0 0.07,-0.005 0.099,-0.016c0.058,-0.02 0.087,-0.056 0.087,-0.108c0,-0.039 -0.012,-0.067 -0.036,-0.084c-0.025,-0.016 -0.064,-0.03 -0.116,-0.042l-0.098,-0.022c-0.063,-0.014 -0.108,-0.03 -0.134,-0.047c-0.046,-0.03 -0.069,-0.075 -0.069,-0.135c0,-0.064 0.023,-0.117 0.067,-0.158c0.045,-0.042 0.108,-0.062 0.19,-0.062c0.075,0 0.139,0.018 0.191,0.054c0.053,0.036 0.079,0.094 0.079,0.174l-0.091,0c-0.005,-0.038 -0.015,-0.068 -0.031,-0.088c-0.03,-0.038 -0.08,-0.056 -0.151,-0.056c-0.058,0 -0.099,0.012 -0.124,0.036c-0.025,0.024 -0.037,0.052 -0.037,0.084c0,0.035 0.014,0.061 0.043,0.077c0.02,0.01 0.063,0.023 0.131,0.039l0.1,0.023c0.049,0.011 0.086,0.026 0.113,0.045c0.045,0.034 0.068,0.083 0.068,0.146c0,0.08 -0.029,0.137 -0.087,0.171c-0.057,0.034 -0.124,0.051 -0.201,0.051c-0.089,0 -0.159,-0.023 -0.209,-0.068c-0.051,-0.046 -0.076,-0.107 -0.075,-0.184l0.092,0Z" style="fill:#d86e6e;fill-rule:nonzero;"/>
</g>
</g>
<path d="M39.606,68.327l2.159,0c2.391,0 3.587,-1.049 3.587,-3.148c0,-2.099 -1.196,-3.148 -3.587,-3.148l-2.159,0l0,6.296Zm0,13.665l-6.51,0l0,-25.253l10.362,0c2.812,0 4.966,0.737 6.46,2.211c1.495,1.473 2.242,3.55 2.242,6.229c0,2.68 -0.747,4.756 -2.242,6.23c-1.494,1.473 -3.648,2.21 -6.46,2.21l-3.852,0l0,8.373Z" style="fill:#b00;fill-rule:nonzero;"/>
<path d="M67.105,70.906c-0.199,-0.848 -0.608,-1.529 -1.228,-2.043c-0.62,-0.513 -1.373,-0.77 -2.259,-0.77c-0.93,0 -1.688,0.246 -2.275,0.737c-0.587,0.491 -0.957,1.183 -1.112,2.076l6.874,0Zm-7.04,3.517c0,2.612 1.217,3.919 3.653,3.919c1.306,0 2.291,-0.536 2.956,-1.608l5.812,0c-1.174,3.93 -4.107,5.895 -8.801,5.895c-1.44,0 -2.757,-0.218 -3.953,-0.654c-1.195,-0.435 -2.219,-1.055 -3.072,-1.858c-0.852,-0.804 -1.511,-1.764 -1.976,-2.881c-0.465,-1.116 -0.697,-2.366 -0.697,-3.751c0,-1.429 0.221,-2.718 0.664,-3.868c0.443,-1.15 1.074,-2.127 1.893,-2.931c0.819,-0.803 1.81,-1.423 2.973,-1.858c1.162,-0.436 2.474,-0.654 3.935,-0.654c1.439,0 2.735,0.218 3.886,0.654c1.151,0.435 2.126,1.066 2.923,1.892c0.797,0.826 1.406,1.836 1.826,3.031c0.421,1.194 0.631,2.54 0.631,4.036l0,0.636l-12.653,0Z" style="fill:#b00;fill-rule:nonzero;"/>
<path d="M88.594,70.906c-0.2,-0.848 -0.609,-1.529 -1.229,-2.043c-0.62,-0.513 -1.373,-0.77 -2.259,-0.77c-0.929,0 -1.688,0.246 -2.275,0.737c-0.586,0.491 -0.957,1.183 -1.112,2.076l6.875,0Zm-7.041,3.517c0,2.612 1.218,3.919 3.653,3.919c1.306,0 2.292,-0.536 2.956,-1.608l5.812,0c-1.173,3.93 -4.107,5.895 -8.801,5.895c-1.439,0 -2.757,-0.218 -3.952,-0.654c-1.196,-0.435 -2.22,-1.055 -3.072,-1.858c-0.853,-0.804 -1.512,-1.764 -1.977,-2.881c-0.465,-1.116 -0.697,-2.366 -0.697,-3.751c0,-1.429 0.221,-2.718 0.664,-3.868c0.443,-1.15 1.074,-2.127 1.893,-2.931c0.82,-0.803 1.81,-1.423 2.973,-1.858c1.162,-0.436 2.474,-0.654 3.935,-0.654c1.44,0 2.735,0.218 3.886,0.654c1.152,0.435 2.126,1.066 2.923,1.892c0.797,0.826 1.406,1.836 1.827,3.031c0.42,1.194 0.631,2.54 0.631,4.036l0,0.636l-12.654,0Z" style="fill:#b00;fill-rule:nonzero;"/>
<rect x="97.627" y="54.194" width="6.011" height="27.798" style="fill:#b00;fill-rule:nonzero;"/>
<rect x="105.698" y="70.504" width="9.532" height="5.057" style="fill:#b00;fill-rule:nonzero;"/>
<path d="M117.854,81.992l0,-25.253l6.509,0l12.023,15.44l0,-15.44l6.476,0l0,25.253l-6.476,0l-12.023,-15.44l0,15.44l-6.509,0Z" style="fill:#b00;fill-rule:nonzero;"/>
<rect x="145.486" y="70.504" width="9.532" height="5.057" style="fill:#b00;fill-rule:nonzero;"/>
<path d="M171.392,63.203c-0.709,-0.58 -1.417,-1.01 -2.126,-1.289c-0.708,-0.279 -1.395,-0.419 -2.059,-0.419c-0.841,0 -1.528,0.201 -2.059,0.603c-0.532,0.402 -0.797,0.927 -0.797,1.574c0,0.447 0.133,0.815 0.398,1.105c0.266,0.291 0.615,0.542 1.046,0.754c0.432,0.212 0.919,0.396 1.462,0.552c0.542,0.157 1.079,0.324 1.611,0.503c2.125,0.714 3.681,1.669 4.666,2.863c0.985,1.195 1.478,2.752 1.478,4.673c0,1.295 -0.216,2.467 -0.648,3.516c-0.432,1.05 -1.063,1.948 -1.893,2.696c-0.83,0.748 -1.849,1.329 -3.055,1.742c-1.207,0.413 -2.574,0.619 -4.102,0.619c-3.166,0 -6.1,-0.948 -8.801,-2.846l2.789,-5.292c0.975,0.871 1.938,1.518 2.89,1.942c0.952,0.425 1.893,0.637 2.823,0.637c1.063,0 1.854,-0.246 2.375,-0.737c0.52,-0.491 0.78,-1.049 0.78,-1.675c0,-0.379 -0.066,-0.709 -0.199,-0.988c-0.133,-0.279 -0.354,-0.535 -0.664,-0.77c-0.31,-0.234 -0.714,-0.452 -1.213,-0.653c-0.498,-0.201 -1.101,-0.424 -1.81,-0.67c-0.841,-0.268 -1.666,-0.564 -2.474,-0.887c-0.808,-0.324 -1.528,-0.754 -2.159,-1.29c-0.631,-0.536 -1.14,-1.211 -1.528,-2.026c-0.387,-0.815 -0.581,-1.848 -0.581,-3.098c0,-1.25 0.205,-2.384 0.615,-3.4c0.409,-1.015 0.985,-1.886 1.727,-2.612c0.741,-0.726 1.649,-1.289 2.723,-1.691c1.074,-0.402 2.275,-0.603 3.604,-0.603c1.24,0 2.535,0.173 3.885,0.519c1.351,0.346 2.646,0.854 3.886,1.524l-2.59,5.124Z" style="fill:#b00;fill-rule:nonzero;"/>
<path d="M185.573,69.868l0,12.124l-6.011,0l0,-12.124l-1.993,0l0,-5.057l1.993,0l0,-5.158l6.011,0l0,5.158l3.421,0l0,5.057l-3.421,0Z" style="fill:#b00;fill-rule:nonzero;"/>
<path d="M197.729,64.811l0,17.181l-6.011,0l0,-17.181l6.011,0Zm-6.41,-6.598c0,-0.469 0.089,-0.91 0.266,-1.323c0.177,-0.413 0.42,-0.776 0.73,-1.089c0.31,-0.312 0.67,-0.558 1.08,-0.736c0.409,-0.179 0.847,-0.268 1.312,-0.268c0.465,0 0.902,0.089 1.312,0.268c0.409,0.178 0.769,0.424 1.079,0.736c0.31,0.313 0.553,0.676 0.731,1.089c0.177,0.413 0.265,0.854 0.265,1.323c0,0.469 -0.088,0.91 -0.265,1.323c-0.178,0.413 -0.421,0.776 -0.731,1.088c-0.31,0.313 -0.67,0.558 -1.079,0.737c-0.41,0.179 -0.847,0.268 -1.312,0.268c-0.465,0 -0.903,-0.089 -1.312,-0.268c-0.41,-0.179 -0.77,-0.424 -1.08,-0.737c-0.31,-0.312 -0.553,-0.675 -0.73,-1.088c-0.177,-0.413 -0.266,-0.854 -0.266,-1.323Z" style="fill:#b00;fill-rule:nonzero;"/>
<path d="M207.859,54.194l0,16.813l6.31,-6.196l8.237,0l-8.536,7.937l9.034,9.244l-8.436,0l-6.609,-7l0,7l-6.012,0l0,-27.798l6.012,0Z" style="fill:#b00;fill-rule:nonzero;"/>
<path d="M218.99,50.448l0,0.9l-2.545,0l0,6.652l-1.038,0l0,-6.652l-2.545,0l0,-0.9l6.128,0Z" style="fill:#b00;fill-rule:nonzero;"/>
<path d="M219.9,50.448l1.465,0l2.169,6.385l2.154,-6.385l1.45,0l0,7.552l-0.972,0l0,-4.457c0,-0.154 0.004,-0.409 0.01,-0.766c0.007,-0.356 0.011,-0.738 0.011,-1.146l-2.154,6.369l-1.013,0l-2.169,-6.369l0,0.231c0,0.185 0.004,0.467 0.013,0.846c0.008,0.378 0.012,0.657 0.012,0.835l0,4.457l-0.976,0l0,-7.552Z" style="fill:#b00;fill-rule:nonzero;"/>
<g>
<path d="M40,66.753l1.765,-0.008c2.391,0 3.587,-0.467 3.587,-2.566c0,-2.099 -1.196,-3.148 -3.587,-3.148l-1.765,0.008l0,5.714Zm0,15.247l-6,0l0,-26.001l9.458,-0.008c2.812,0 4.966,0.485 6.46,1.959c1.495,1.473 2.242,3.55 2.242,6.229c0,2.68 -0.747,4.279 -2.242,5.752c-1.494,1.474 -3.648,2.106 -6.46,2.106l-3.458,0.007l0,9.956Z" style="fill:#b00;fill-rule:nonzero;"/>
<path d="M67.105,70.906c-0.199,-0.848 -0.608,-1.529 -1.228,-2.043c-0.62,-0.513 -1.373,-0.77 -2.259,-0.77c-0.93,0 -1.688,0.246 -2.275,0.737c-0.587,0.491 -0.957,1.183 -1.112,2.076l6.874,0Zm-7.041,3.054c0,2.612 1.218,4.382 3.654,4.382c1.306,0 2.317,-0.27 2.982,-1.342l5.812,0c-1.174,3.93 -4.133,5.629 -8.827,5.629c-1.44,0 -2.757,-0.218 -3.953,-0.654c-1.195,-0.435 -2.219,-1.055 -3.072,-1.858c-0.852,-0.804 -1.511,-1.764 -1.976,-2.881c-0.465,-1.116 -0.697,-2.366 -0.697,-3.751c0,-1.429 0.221,-2.718 0.664,-3.868c0.443,-1.15 1.074,-2.127 1.893,-2.931c0.819,-0.803 1.81,-1.423 2.973,-1.858c1.162,-0.436 2.474,-0.654 3.935,-0.654c1.439,0 2.735,0.218 3.886,0.654c1.151,0.435 2.126,1.066 2.923,1.892c0.797,0.826 1.406,1.836 1.826,3.031c0.421,1.194 0.631,2.54 0.631,4.036l-0.001,0.173l-12.653,0Z" style="fill:#b00;fill-rule:nonzero;"/>
<path d="M88.594,70.906c-0.2,-0.848 -0.609,-1.529 -1.229,-2.043c-0.62,-0.513 -1.373,-0.77 -2.259,-0.77c-0.929,0 -1.688,0.246 -2.275,0.737c-0.586,0.491 -0.957,1.183 -1.112,2.076l6.875,0Zm-7.042,3.054c0,2.612 1.219,4.382 3.654,4.382c1.306,0 2.318,-0.27 2.982,-1.342l5.812,0c-1.173,3.93 -4.133,5.629 -8.827,5.629c-1.439,0 -2.757,-0.218 -3.952,-0.654c-1.196,-0.435 -2.22,-1.055 -3.072,-1.858c-0.853,-0.804 -1.512,-1.764 -1.977,-2.881c-0.465,-1.116 -0.697,-2.366 -0.697,-3.751c0,-1.429 0.221,-2.718 0.664,-3.868c0.443,-1.15 1.074,-2.127 1.893,-2.931c0.82,-0.803 1.81,-1.423 2.973,-1.858c1.162,-0.436 2.474,-0.654 3.935,-0.654c1.44,0 2.735,0.218 3.886,0.654c1.152,0.435 2.126,1.066 2.923,1.892c0.797,0.826 1.406,1.836 1.827,3.031c0.42,1.194 0.631,2.54 0.631,4.036l-0.001,0.173l-12.654,0Z" style="fill:#b00;fill-rule:nonzero;"/>
<path d="M104,56l0,25.798l-6,0.202l0,-26l6,0Z" style="fill:#b00;fill-rule:nonzero;"/>
<rect x="106" y="71" width="9" height="4" style="fill:#b00;fill-rule:nonzero;"/>
<path d="M119,82l0,-25l6,0l11,14l0,-14l6,0l0,25l-6,0l-11,-15l0,15l-6,0Z" style="fill:#b00;fill-rule:nonzero;"/>
<rect x="146" y="71" width="9" height="4" style="fill:#b00;fill-rule:nonzero;"/>
<path d="M171.392,63.203c-0.709,-0.58 -1.417,-1.01 -2.126,-1.289c-0.708,-0.279 -1.395,-0.419 -2.059,-0.419c-0.841,0 -1.528,0.201 -2.059,0.603c-0.532,0.402 -0.797,0.927 -0.797,1.574c0,0.447 0.133,0.815 0.398,1.105c0.266,0.291 0.615,0.542 1.046,0.754c0.432,0.212 0.919,0.396 1.462,0.552c0.542,0.157 1.079,0.324 1.611,0.503c2.125,0.714 3.681,1.669 4.666,2.863c0.985,1.195 1.478,2.752 1.478,4.673c0,1.295 -0.216,2.467 -0.648,3.516c-0.432,1.05 -1.063,1.948 -1.893,2.696c-0.83,0.748 -1.849,1.329 -3.055,1.742c-1.207,0.413 -2.574,0.619 -4.102,0.619c-3.166,0 -6.1,-0.948 -8.801,-2.846l2.789,-5.292c0.975,0.871 1.938,1.518 2.89,1.942c0.952,0.425 1.893,0.637 2.823,0.637c1.063,0 1.854,-0.246 2.375,-0.737c0.52,-0.491 0.78,-1.049 0.78,-1.675c0,-0.379 -0.066,-0.709 -0.199,-0.988c-0.133,-0.279 -0.354,-0.535 -0.664,-0.77c-0.31,-0.234 -0.714,-0.452 -1.213,-0.653c-0.498,-0.201 -1.101,-0.424 -1.81,-0.67c-0.841,-0.268 -1.666,-0.564 -2.474,-0.887c-0.808,-0.324 -1.528,-0.754 -2.159,-1.29c-0.631,-0.536 -1.14,-1.211 -1.528,-2.026c-0.387,-0.815 -0.581,-1.848 -0.581,-3.098c0,-1.25 0.205,-2.384 0.615,-3.4c0.409,-1.015 0.985,-1.886 1.727,-2.612c0.741,-0.726 1.649,-1.289 2.723,-1.691c1.074,-0.402 2.275,-0.603 3.604,-0.603c1.24,0 2.535,0.173 3.885,0.519c1.351,0.346 2.646,0.854 3.886,1.524l-2.59,5.124Z" style="fill:#b00;fill-rule:nonzero;"/>
<path d="M186,70l0,12l-6,0l0,-12l-3,0l0,-5l3,0l0,-6l6,0l0,6l3,0l0,5l-3,0Z" style="fill:#b00;fill-rule:nonzero;"/>
<path d="M198,65l0,17l-6,0l0,-17l6,0Zm-6,-5.985c0,-0.413 0.078,-0.803 0.235,-1.167c0.157,-0.365 0.373,-0.685 0.647,-0.961c0.275,-0.276 0.593,-0.493 0.956,-0.65c0.363,-0.158 0.75,-0.237 1.162,-0.237c0.412,0 0.799,0.079 1.162,0.237c0.363,0.157 0.681,0.374 0.956,0.65c0.274,0.276 0.49,0.596 0.647,0.961c0.157,0.364 0.235,0.754 0.235,1.167c0,0.414 -0.078,0.804 -0.235,1.168c-0.157,0.365 -0.373,0.685 -0.647,0.961c-0.275,0.276 -0.593,0.493 -0.956,0.65c-0.363,0.158 -0.75,0.237 -1.162,0.237c-0.412,0 -0.799,-0.079 -1.162,-0.237c-0.363,-0.157 -0.681,-0.374 -0.956,-0.65c-0.274,-0.276 -0.49,-0.596 -0.647,-0.961c-0.157,-0.364 -0.235,-0.754 -0.235,-1.168Z" style="fill:#b00;fill-rule:nonzero;"/>
<path d="M208,56l0,15l6.282,-6l7.718,0l-8,8l9,9l-8.718,0l-6.282,-7l0,7l-6,0l0,-25.985l6,-0.015Z" style="fill:#b00;fill-rule:nonzero;"/>
</g>
<g>
<path d="M219,50l0,1l-3,0l0,7l-1,0l0,-7l-3,0l0,-1l7,0Z" style="fill:#b00;fill-rule:nonzero;"/>
<path d="M220,50l1.435,0l2.099,5.479l2.021,-5.479l1.445,0l0,8l-1,0l0.166,-4.457c0,-0.154 0.004,-0.409 0.01,-0.766c0.007,-0.356 0.011,-0.738 0.011,-1.146l-2.154,6.369l-1.013,0l-2.169,-6.369l0,0.231c0,0.185 0.004,0.467 0.013,0.846c0.008,0.378 0.012,0.657 0.012,0.835l0.124,4.457l-1,0l0,-8Z" style="fill:#b00;fill-rule:nonzero;"/>
</g>
</g>
</g>
</g>

Before

Width:  |  Height:  |  Size: 14 KiB

After

Width:  |  Height:  |  Size: 14 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 19 KiB

After

Width:  |  Height:  |  Size: 18 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 260 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.4 KiB

@ -7,8 +7,9 @@ PART
author = Andrew Cassidy
MODEL
{
model = ConformalDecals/Assets/decal-blank
model = ConformalDecals/Assets/decal-flag
scale = 1.0, 1.0, 1.0
texture = blank, ConformalDecals/Flags/Peel-N-Stik
}
scale = 1
rescaleFactor = 1

Loading…
Cancel
Save