Commit 183bed7e authored by 李苏's avatar 李苏 💬

调整

parent 41fbca55
...@@ -335,18 +335,18 @@ ...@@ -335,18 +335,18 @@
cornerSplit: 10, cornerSplit: 10,
}, },
material: { material: {
// color: "#0099ff", // color: "#0099ff",
color: "lightgreen", color: "lightgreen",
side: 2, side: 2,
map: { map: {
image: "vt/resources/texture/arrow2.png", image: "vt/resources/texture/arrow.png",
repeat: [2, 8], repeat: [1, 4],
// rotation: direction ? Math.PI : 0, // rotation: direction ? Math.PI : 0,
wrapS: THREE.RepeatWrapping, wrapS: THREE.RepeatWrapping,
wrapT: THREE.RepeatWrapping, wrapT: THREE.RepeatWrapping,
}, },
transparent: true, transparent: true,
depthTest: true, depthTest: true,
}, },
}); });
flowObject.line.onBeforeRender = () => { flowObject.line.onBeforeRender = () => {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment