react-three-renderer
                                
                                
                                
                                    react-three-renderer copied to clipboard
                            
                            
                            
                        Inconsistent line widths / weight compared to vanilla Three.js
As mentioned in #97 I noticed that the line widths seem different between vanilla Three.js and React-Three-Renderer - I tried adding antialias to the React3 component, but there's still a difference between them. Wondering if there was something I was missing in smoothing or refining the wireframeLinewidth. For both I have wireframeLinewidth set to 1.
Here's the vanilla Three.js version: http://codepen.io/superhighfives/pen/qaQRGd?editors=0010
And some examples:
Three.js:

React-Three-Renderer:

And side-by-side (Three.js left, React-Three-Renderer on the right):
