Skip to content

Commit

Permalink
Plane thing fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
arjxn-py committed Sep 26, 2024
1 parent f8cc8c3 commit a8ffb20
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/base/src/3dview/mainview.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,8 @@ export class MainView extends React.Component<IProps, IStates> {

this._renderer = new THREE.WebGLRenderer({
alpha: true,
antialias: true
antialias: true,
stencil: true
});
// this._renderer.setPixelRatio(window.devicePixelRatio);
this._renderer.setClearColor(0x000000, 0);
Expand Down

0 comments on commit a8ffb20

Please sign in to comment.