How to add additional renderers to the main loop #1964
Replies: 1 comment
-
Hi,
A distance measurement tool would benefit itowns community, would you be keen to implement it as an itowns widget and push it to the main repository? :) (widgets in itowns are applicative features packaged separately from itowns that are configurable and can be used by other people building applications with itowns, an example is the minimap widget. I openned an issue a few months ago to add two widgets: an elevation measurement tool, which I already started to implement and a distance measurement tool like you want to implement. |
Beta Was this translation helpful? Give feedback.
-
I'm currently using iTowns to render point clouds. It's working great.
As a next step I'd like to add measurement using the Raycaster, something like this?
https://sbcode.net/threejs/measurements
However, I can't see an easy way of adding additional renderers to the main loop. I need to be able to do something like this:
Is this achievable? If somebody could point me in the right direction that'd be very helpful.
Beta Was this translation helpful? Give feedback.
All reactions