forked from peterqliu/threebox
-
Notifications
You must be signed in to change notification settings - Fork 148
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
renderer antialias is not work #205
Labels
❓ question
Further information is requested
Comments
What method are you using to create the buildings? |
i haved solve it , the map must set antialias = true |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Threebox version:
2.2.0
Question
i use the geojson to draw building, but the buildings's effect is not good, the effect of antialia is serious
webglrenderer options is below :
this.renderer = new THREE.WebGLRenderer({
alpha: true,
antialias: true,
preserveDrawingBuffer: options.preserveDrawingBuffer,
canvas: map.getCanvas(),
context: glContext
});
can you help me for it , thank you very much
The text was updated successfully, but these errors were encountered: