polats commited on
Commit
7ef6a4e
·
verified ·
1 Parent(s): 75621a7

Deploy Karate Wiener (kimodo kata maker)

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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 = 0xbb8061;
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) {{