You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Should be nice to put in the README.md that for some custom assets you need to enable logarithmicDepthBuffer in the ARCanvas gl properties or the model can show meshes overlaping each other
Should be nice to put in the README.md that for some custom assets you need to enable logarithmicDepthBuffer in the ARCanvas gl properties or the model can show meshes overlaping each other
<ARCanvas className="AR" shadows camera={{ position: [0, 0, 2], near: 0.01, far: 1000 }} onCreated={({ gl }) => { gl.setSize(window.innerWidth, window.innerHeight); }} gl={{ alpha: true, antialias: true, precision: "highp", logarithmicDepthBuffer: true }} >
Like this
Would be nice to put in the references too the pmds documentation and gl properties
The text was updated successfully, but these errors were encountered: