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