Introducing the LMV Developer Tools (and LMV Ninja)

A few weeks ago I came across an internal link to a new Chrome extension that greatly simplifies the act of working with the Forge viewer (which we refer to inside Autodesk as LMV, or the Large Model Viewer). Earlier this week its developer, Amit Diamant (who some of you may remember from the Big Room Hackathon project) reached out to let me know it was being made public.

This was really good news, as these Developer Tools contain some features I know will benefit the community (as I’m already using them myself).

The first killer feature is the “Hit monitor”, which tells you information about the geometry you’re hovering the cursor over. In the past I’ve often had to put breakpoints in the Forge viewer source to find out an object’s dbId when I select it. This one feature is going to save me a huge amount of time.

Hit monitor

If you like your geometry systems non-Euclidean, you also need to play around with the “Minimap debug mode”, which allows you to set up arbitrary clipping…

Read more