GPX Data
in
Programming Questions
•
2 years ago
Hey, so I'm new to Processing (of course) and I'm having trouble using GPX data to generate displacement maps. I've messed around with sic139's code for "
Advanced 3D Displacement Maps" and am trying to find a way to control the extrusions through GPX data instead of a heightmap. I'm working with a couple people on this (one of whom is very good at PHP but new to Processing as well) and we are doing ok retrieving the GPX data, but we're having trouble putting it into a sketch.
The goal is ultimately:
-import GPX file to Processing
-use an image as a mask so that only part of the grid extrudes (it'll be in the shape of Washington, D.C.)
-map extrusions on the plane based on GPX data
I've also looked at the GPX/Processing wiki but for some reason my code wasn't working even after I installed the gpx library.
Any pointers here would be greatly appreciated, I know (or at least I think I know) that it's involved.
1
