xzw 2 rokov pred
rodič
commit
f84051e15f
1 zmenil súbory, kde vykonal 3 pridanie a 3 odobranie
  1. 3 3
      src/viewer/NavigationCube.js

+ 3 - 3
src/viewer/NavigationCube.js

@@ -63,7 +63,7 @@ class base{
      
     createWireframe(e ) { 
         let line = LineDraw.createFatLine(e,{
-	        color: Colors.gray , 
+	        color: Colors.white , 
 			lineWidth : 2,
             viewer:   navCubeViewer,
             depthTest:true, depthWrite:true,
@@ -398,8 +398,8 @@ class Face extends base{
                 uniform sampler2D map;
                 void main() {
                     //从图上实测
-                    const float mapFaceColorR = 0.85; 
-                    const float mapTextColotR = 0.45; 
+                    const float mapFaceColorR = 0.85; //0.8862745098039215 (取色)
+                    const float mapTextColotR = 0.66; //0.6431372549019608 (取色)//越高锯齿越强,越低越模糊颜色越灰
                      
                     
                     vec4 texColor = texture2D(map, vUv);