Skip to content

Commit

Permalink
chore: disable antialias in test cases
Browse files Browse the repository at this point in the history
  • Loading branch information
xiaoiver committed May 29, 2024
1 parent e810e8b commit d334dbc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ export async function initExample(

const deviceContributionWebGL1 = new WebGLDeviceContribution({
targets: ['webgl1'],
antialias: true,
// antialias: true,
xrCompatible: params.xrCompatible,
shaderDebug: true,
trackResources: true,
Expand All @@ -28,7 +28,7 @@ export async function initExample(
});
const deviceContributionWebGL2 = new WebGLDeviceContribution({
targets: ['webgl2', 'webgl1'],
antialias: true,
// antialias: true,
xrCompatible: params.xrCompatible,
shaderDebug: true,
trackResources: true,
Expand Down

0 comments on commit d334dbc

Please sign in to comment.