-
Notifications
You must be signed in to change notification settings - Fork 33
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
add shadowCameraAutomatic option #449
base: main
Are you sure you want to change the base?
Conversation
Algorush
commented
Jan 8, 2024
- add shadowCameraAutomatic option with #default-street element for automatic shadow camera sizing
- delete shadowCamera parameters
add shadowCameraAutomatic option delete shadowCamera parameters
✅ Deploy Preview for 3dstreet-core-builds ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
I'm still testing this option for automatic shadow camera sizing. It is good for determining the size of the shadow area. But I want to test whether the performance has changed |
I noticed that if use the |
A couple thoughts:
|
Yes, I thought about that too. Maybe it's worth storing length in a STREET object?
Yes, the goal here is to have shadows on all objects. I came from here:
Yes, this works if we specify in |
Maybe we just can use |
looks like yes |
I looked at the code of the aframe |
calculating the dimensions of a |
I'll try to do something about it next time. For now I'll deal with other issues. |