Open StevenYAChen opened 2 weeks ago
would you have a repro for this? I tested it in this example: https://playcanvas.vercel.app/#/graphics/render-asset by modifying code - see two changed lines, all it works as expected for me
please try https://skfb.ly/p8KVt or try model without material.diffuseMap?
I tried the listed model, and that still works
By the way, what platform / browser do you see it on? Have you tried different browsers just to limit this being a browser specific issue.
I'm using Google Chrome 130.0.6723.117 (arm64) on MacBook Pro
model - glb - Original format:
projectmodel-viewer-main branch : src/viewer.ts -> add this.app.scene.ambientLight.set(1, 1, 1);
in chrome:
in firefox:
please try the project model-viewer, thank you
app.scene.ambientLight.set(1, 1, 1);
engine version 1.74.0:
engine version 2.2.2: