Skip to content

Commit d8b651b

Browse files
sebavanbghgary
andauthored
Enable back gltf validation in Sandbox (#17009)
Follow up on https://issues.chromium.org/issues/419503126 resolution --------- Co-authored-by: Gary Hsu <[email protected]>
1 parent ee0d9d3 commit d8b651b

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

packages/tools/sandbox/src/components/renderingZone.tsx

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -417,8 +417,7 @@ export class RenderingZone extends React.Component<IRenderingZoneProps> {
417417
const loader = plugin as GLTFFileLoader;
418418
loader.transparencyAsCoverage = this.props.globalState.commerceMode;
419419

420-
// Disable validation temporarily until Chrome 139 is in stable release due to https://issues.chromium.org/issues/419503126
421-
loader.validate = false;
420+
loader.validate = true;
422421

423422
loader.onExtensionLoadedObservable.add((extension: import("loaders/glTF/index").IGLTFLoaderExtension) => {
424423
this.props.globalState.glTFLoaderExtensions[extension.name] = extension;

0 commit comments

Comments
 (0)