Skip to content
Open
Show file tree
Hide file tree
Changes from 9 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,4 @@ coverage/
.idea/
*.configStore/
dist/
*.tsbuildinfo
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ Copyright © Bentley Systems, Incorporated. All rights reserved. See

This repository contains Reality Capture SDKs for Reality Modeling, Reality Analysis, Reality Conversion and Reality Management services. It provides classes, functions and examples to create reality data, upload local data to Reality Management, run Analysis/Conversion/Modeling jobs and download results.

- [Reality Management](./typescript/packages/reality-data-client/README.md)
- [Reality Capture](./typescript/packages/reality-capture/README.md)

All the packages are also available in python
Expand Down
1 change: 0 additions & 1 deletion typescript/examples/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@
"license": "MIT",
"dependencies": {
"@itwin/reality-capture": "file:../packages/reality-capture",
"@itwin/reality-data-client": "file:../packages/reality-data-client",
"@itwin/service-authorization": "^2.0.0",
"dotenv": "^16.0.3"
},
Expand Down
Loading
Loading