I’m a complete new to three js. I saw this Washington Post article https://www.washingtonpost.com/graphics/2017/world/mapping-the-dmz I’ll like to learn how to do that map. I work with National Parks and something similar will help explain some stuff about our place.
I have read a bit about bump maps, but I’m sort of lost how to generate them and what will be the right way to procure a blend like that. I’ll like to have a similar 3D like map of my park and bounce scene from scene showing features and letting people play with the map. Can someone point me to a tutorial or give some advice where to start.
@usematics, I love this Washington Post example. Have you figured out how they did it? Can you share your park example? I need to create a 3d map with text labels.
Not much. CSS2DRenderer automatically applies the correct translation of the DOM element to the CSS3 transform property. The effect is basically the same. The good thing is, you don’t have to care about it since it is encapsulated in CSS2DRenderer . So i guess it’s the nicer approach…
Wow, I really appreciate it!!! Thank you. (I probably should have started a new thread with the title HTML labels, or something like that so this can be findable)