Commit e9b058f8 authored by Chunchi Che's avatar Chunchi Che

remove ground currently

parent 447b4f89
...@@ -68,12 +68,7 @@ export default class SimpleDuelPlateImpl implements IDuelPlate { ...@@ -68,12 +68,7 @@ export default class SimpleDuelPlateImpl implements IDuelPlate {
// 创建手牌 // 创建手牌
renderHands(hands, scene); renderHands(hands, scene);
// 创建地板 // 暂时不创建地板
const ground = BABYLON.MeshBuilder.CreateGround(
"ground",
CONFIG.GroundShape(),
scene
);
// 渲染循环 // 渲染循环
engine.runRenderLoop(() => { engine.runRenderLoop(() => {
......
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