I render a house mode,and at first I find some wall will be flickering ,
so i try to add the renderer :
new WebGLRenderer({
antialias: true,
alpha: true,
logarithmicDepthBuffer:true
});
But another problem has emerged,the camera will clip the wall.like this
this is my camera near-far config:
this.camera.near = 0.001;
this.camera.far = 1000;