Spaces:
Running on Zero
Running on Zero
Deploy Karate Wiener (kimodo kata maker)
Browse files
app.py
CHANGED
|
@@ -2005,7 +2005,7 @@ def _render_preview_html(
|
|
| 2005 |
// sub-materials (their own UVs). flipY=false = glTF UV convention.
|
| 2006 |
// The material color multiplies the texture — a warm pinkish "wiener" tint pushes
|
| 2007 |
// the pale skin toward sausage. Set to 0xffffff to disable the tint.
|
| 2008 |
-
const SAUSAGE_TINT =
|
| 2009 |
const _charTexLoader = new THREE.TextureLoader();
|
| 2010 |
_charTexLoader.setCrossOrigin('anonymous');
|
| 2011 |
function applyCharSkin(root, url) {{
|
|
|
|
| 2005 |
// sub-materials (their own UVs). flipY=false = glTF UV convention.
|
| 2006 |
// The material color multiplies the texture — a warm pinkish "wiener" tint pushes
|
| 2007 |
// the pale skin toward sausage. Set to 0xffffff to disable the tint.
|
| 2008 |
+
const SAUSAGE_TINT = 0x8f6549;
|
| 2009 |
const _charTexLoader = new THREE.TextureLoader();
|
| 2010 |
_charTexLoader.setCrossOrigin('anonymous');
|
| 2011 |
function applyCharSkin(root, url) {{
|