Coder Social home page Coder Social logo

autodesk-forge / forge-extensions Goto Github PK

View Code? Open in Web Editor NEW
70.0 7.0 39.0 38.13 MB

Autodesk Forge Viewer Extensions with loose coupling, so that it's easy to plug and play in other projects.

Home Page: https://forge-extensions.autodesk.io

License: MIT License

JavaScript 99.67% CSS 0.09% HTML 0.24%

forge-extensions's Introduction

forge-extensions's People

Contributors

achimstuy avatar adamenagy avatar augustogoncalves avatar joaomartins-callmejohn avatar libvarun avatar petrbroz avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

forge-extensions's Issues

New Extension - Step by Step Scene Walkthrough with Annotations

Hi Team,

We love some the extensions that are built here. Is there an extension available (or can you share some insight on how we can build) one that will help the user go through a series of steps (say training on how install a new filter in the car) with specific scene camera view and when they click next it goes to walkthrough. Each step can show a tooltip or annotations like they do in Sketchfab?

References:
https://help.sketchfab.com/hc/en-us/articles/202512456-Annotations
https://www.youtube.com/watch?v=4CUl6bsS_Nk

Consider caching this x,y,z point.

const pos = this.viewer.worldToClient(this.getModifiedWorldBoundingBox(id).center());

Consider caching this x,y,z point.

If it already exists, then you don't need to traverse the frag tree and calculate the union().center() every frame.

Something like this...

posCache = [];

.... 

if (!posCache[id])
	posCache[id] = this.viewer.worldToClient(this.getModifiedWorldBoundingBox(id).center());

 const pos = posCache[id];

setPanel function gone

image
I just found customproperty not working. It turns out the setpanel function is gone in the latest documentation.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.