Commit e9b058f8 authored by Chunchi Che's avatar Chunchi Che

remove ground currently

parent 447b4f89
Pipeline #18126 passed with stages
in 2 minutes and 8 seconds
......@@ -68,12 +68,7 @@ export default class SimpleDuelPlateImpl implements IDuelPlate {
// 创建手牌
renderHands(hands, scene);
// 创建地板
const ground = BABYLON.MeshBuilder.CreateGround(
"ground",
CONFIG.GroundShape(),
scene
);
// 暂时不创建地板
// 渲染循环
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