-
Hi everybody. Onre more questions. I am building an art work using data of Mexico City. I need to have the map and at the same time have a bunch of text on the screen. The traditional way to have it is by "div" html on top of the harpgl. At least the example |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 3 replies
-
@hugosoli , hmm, it should be possible. Check out: https://www.harp.gl/docs/master/examples/#rendering_post-effects_all.html and also: https://github.com/heremaps/harp.gl/blob/master/%40here/harp-mapview/lib/composing/UnrealBloomPass.ts it uses an Orthographic camera as well.. does that help? Edit: best answer: baec699 |
Beta Was this translation helpful? Give feedback.
-
Nice! Really happy this is exactly what I needed. Tons of thanks. |
Beta Was this translation helpful? Give feedback.
@hugosoli , hmm, it should be possible.
Check out: https://www.harp.gl/docs/master/examples/#rendering_post-effects_all.html and also: https://github.com/heremaps/harp.gl/blob/master/%40here/harp-mapview/lib/composing/UnrealBloomPass.ts it uses an Orthographic camera as well.. does that help?
Edit: best answer: baec699