How can I draw geoJSON in three.js as a mesh and not a line, and fill with color?
问题 I'm making a globe in three.js and will be adding some data layers. All of the layers will be created from geoJSON. I have set it up so that the globe (the first data file, which is of countries) shows up as lines. This uses ThreeGeoJSON. However, I do not want just outlines. I'd like to fill the countries with color. My current project can be seen here: http://bl.ocks.org/jhubley/321232d4ccefefcdc53218fd0adccac5 The code is here: https://gist.github.com/jhubley