google-ar / sceneform-android-sdk

Sceneform SDK for Android
https://developers.google.com/sceneform/develop/
Apache License 2.0
1.23k stars 604 forks source link

Sceneform SceneView light #577

Open efthemiosprime opened 5 years ago

efthemiosprime commented 5 years ago

How can I reference the default light of a SceneView?

ishaang10 commented 5 years ago

search for the Sun node ... the official documentation has details about the Sun which is your default light

efthemiosprime commented 5 years ago

I did that, i even disable it. For some reason there is still other light that's illuminating the scene.

tpsiaki commented 5 years ago

Sceneform does not currently have a way of disabling or replacing the default light probes, or spherical harmonics which are the source of the lighting that you are seeing.

Would you add some more info on what you're trying to do that requires disabling or replacing the lighting in the scene so we can make sure to consider that as we work on future features to support more customizable lighting?

I'll mark this as a feature request to track adding the ability to customize lighting.

ivstka95 commented 5 years ago

@tpsiaki any progress on this request?