-
Notifications
You must be signed in to change notification settings - Fork 260
Replacing google poly integration with Icosa integration #1301
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
src/ui/onboarding/Onboarding.js
Outdated
| componentDidMount() { | ||
| // TODO: Check if object was added | ||
| this.props.editor.setSource("sketchfab"); | ||
| this.props.editor.setSource("poly"); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think this should be "icosa"?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Fixed
src/editor/nodes/ModelNode.js
Outdated
| getAttribution() { | ||
| // Sketchfab models use an extra object inside the asset object | ||
| // Blender exporters add a copyright property to the asset object | ||
| // Blender & Google Poly exporters add a copyright property to the asset object |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
?
| // Blender & Google Poly exporters add a copyright property to the asset object | |
| // Blender & Icosa Gallery exporters add a copyright property to the asset object |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Fixed
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM. Thanks.
Note: this PR depends on Hubs-Foundation/reticulum#743
Google Poly integration had been removed in the past, but has been reinstated using the new Open Source project Icosa. These changes support that effort.