diff --git a/examples/src/examples/graphics/sky.mjs b/examples/src/examples/graphics/sky.mjs index 111fdc5efcb..1c274aef373 100644 --- a/examples/src/examples/graphics/sky.mjs +++ b/examples/src/examples/graphics/sky.mjs @@ -117,7 +117,6 @@ async function example({ canvas, deviceType, assetPath, glslangPath, twgslPath, const app = new pc.AppBase(canvas); app.init(createOptions); - pcx.registerPlyParser(app); // Set the canvas to fill the window and automatically change resolution to be the same as the canvas size app.setCanvasFillMode(pc.FILLMODE_FILL_WINDOW);