- Notifications
You must be signed in to change notification settings - Fork25
Photo to 3d: Creates 3d models from photos using Node.js
License
Autodesk-Forge/reality.capture-nodejs-photo.to.3d
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
This sample illustrates theForge Reality Capture API's photogrammetry workflow:
- Create a photo scene
- Add photos to a scene
- Generate a 3D mesh model
- Obtain a download link for the model
- Forge Account: Learn how to create a Forge Account, activate subscription and create an app atthis tutorial;
- Node.Js and basic knowledge of JavaScript;
- Visual Studio Code or any other code editor.
For using this sample, you need an Autodesk developer credentials. Visit theForge Developer Portal, sign up for an account, thencreate an app. For this new app, usehttps://localhost:3000/api/forge/callback/oauth as Callback URL. Finally take note of theClient ID andClient Secret.
##Running locally
For localhost testing:
- FORGE_CLIENT_ID and set it to above-mentionedClient ID
- FORGE_CLIENT_SECRET and set it to above-mentionedClient Secret
- FORGE_CALLBACK_URL and set it to
https://localhost:3000/api/forge/callback/oauth
Clone this project or download it. It's recommended to installGitHub desktop. To clone it via command line, use the following (Terminal on MacOSX/Linux,Git Shell on Windows):
git clone https://github.com/Autodesk-Forge/reality.capture-nodejs-photo.to.3d.gitUsing the command line, go into newly created
reality.capture-nodejs-photo.to.3dfolder (make sure sure that the current directory containspackage.json) and type:npm installto install all the dependencies.
Using the command line, type
node index.jsto start the local server
Open a browser and navigate to:
http://localhost:3000
To deploy this application to Heroku, theCallback URL for Forge must use your.herokuapp.com address. After clicking on the button below, at the Heroku Create New App page, set your Client ID, Secret and Callback URL for Forge.
Watchthis video on how deploy samples toHeroku.
Documentation:
Tutorials:
Blogs:
Other samples:
This sample is licensed under the terms of theMIT License. Please see theLICENSE file for full details.
Eugene Chuaeugene.chua@autodesk.com
- [September 2018]: Denis Grigordenis.grigor@autodesk.com,Forge Partner Development
About
Photo to 3d: Creates 3d models from photos using Node.js
Topics
Resources
License
Uh oh!
There was an error while loading.Please reload this page.
Stars
Watchers
Forks
Releases
Packages0
Uh oh!
There was an error while loading.Please reload this page.
Contributors6
Uh oh!
There was an error while loading.Please reload this page.
