-
Notifications
You must be signed in to change notification settings - Fork 116
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
[Feature] 3D product in an environment #114
Comments
assign me plz |
Go ahead. This might be a good starting point for you to learn about model-viewer since you've also shown interest to work on other related issues. So, implement this and explore. By assigning you this issue, I'm extending the limit of assigned issues for a contributor to 2 ( from 1 ). |
@ShwetKhatri2001 not done , skybox is not good option in chair product , not looking good and making background blur |
Yes, it might look blur if the image size is bigger than the container, but for full-screen view it should work. As I said, It's just about providing an option to view the product in three different backgrounds and if none of the backgrounds look good then the current plain-gray background it has will be shown by default. |
Any updates or issues @mandliyarajendra11 ? |
Any updates or issues @mandliyarajendra11 ? |
Description
Instead of showing the 3D product / model in the plain gray area, Why not show it in an environment where it's actually going to be placed after the purchase !
Take a look at the small changes made in this model-viewer example and the screenshot below to add a background and lighting using
skybox
,environment-image
andexposure
.Similarly, create a dropdown having at least three backgrounds suitable for the product.
( For example, if it's a gym product then provide different gym environments.
Keep the one background by default in which the product looks the best.
Also, provide an option
None
to see the product without any background in that plain-gray area.Screenshots
It's just going to be a dropdown for now between the viewer-gray-area and QR-Code.
When a background from the dropdown is selected it should be applied immediately.
Don't hardcode the background-image sources and keep the list of backgrounds separate in an object.
Because there will be different list of background depending on the product and the changes you make shoould be adaptable to it.
Checklist
The text was updated successfully, but these errors were encountered: