-
Notifications
You must be signed in to change notification settings - Fork 27
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
3D Object Database Persistence w/CORS #90
Comments
@Max2020q Can you explain this a little more? I don't think I get it completely. What exactly is the issue? Do you see any error in console? Maybe post that.
|
What is happening:
What should ideally happen:
Steps to reproduce:
Upon researching further the CORS issue doesnt reliably reporduce on safari and the models I'm testing load in chrome and mozilla now. The issue I did find however was that most of the model was scaled so low that it didn't fully load in console until zooming in |
@Max2020q Have patience with my ignorance, but I don't feel like you've actually answered the main question -- what exactly is the issue? In describing "what is happening", you've described what's not happening but we need to understand WHY the model "does not seem to load" or why the 3D object is "not persisting" (if that's actually true) or if there's some other problm. If we don't know why it's not showing/loading/uploading/downloading/storing/etc, then there's no reason to believe changing anything will fix whatever the real problem is. |
Images/Models not loading from database in OGV.
This is a big issue for loading 3D Models, and does not allow for the 3D object geometry viewing to be consistent or persistent.
Fixing this database persistence issue with firebase and a backend revamp of the mongoDB database.
The text was updated successfully, but these errors were encountered: