Directional lights meet Wolfram Language behavior #69
TiagoCavalcante
started this conversation in
Ideas
Replies: 1 comment 3 replies
-
@rocky your thoughts? |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Directional lights in mathics-threejs-backend have been using spherical coordinates since its creation, but Wolfram Language doesn't do this way, it uses cartesian coordinates + ImageScaled coordinates for things like
Lighting -> Automatic
.I think we should implement ImageScaled and change directional lights to cartesian coordinates.
@axkr that is why lighting in Symja doesn't look the same way as it does in Wolfram Cloud.
Beta Was this translation helpful? Give feedback.
All reactions