-
Notifications
You must be signed in to change notification settings - Fork 0
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
Model upload and positioning #22
Conversation
7bcff63
to
2f0c84a
Compare
dataSourceCollection: dataSourceCollection, | ||
}); | ||
const clock = viewer.clock; | ||
// todo: check if OK |
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.
Do you think of a potential issue with this code?
|
||
render(): HTMLTemplateResult { | ||
return html` <ngv-upload | ||
.options="${{accept: '.glb,.GLB'}}" |
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.
You don't accept .gltf?
Also, no .ifc?
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.
Will add later
2f0c84a
to
ccdc6ec
Compare
No description provided.