Commit 233d4409 authored by Chunchi Che's avatar Chunchi Che

udpate small

parent 0739c158
Pipeline #18137 passed with stages
in 2 minutes and 32 seconds
......@@ -86,6 +86,7 @@ export default class SimpleDuelPlateImpl implements IDuelPlate {
groundMaterial.diffuseTexture = new BABYLON.Texture(
`http://localhost:3030/images/newfield.png`
);
groundMaterial.diffuseTexture.hasAlpha = true;
ground.material = groundMaterial;
// 渲染循环
......
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