You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Non-directional lights not rendering on physical Android devices with Filament v1.56.0
Describe the bug
Non-directional lights are not being rendered on physical Android devices when using Filament v1.56.0. DIRECTIONAL lights (sun or simple DIRECTIONAL) work correctly, but other light types are not visible. The issue occurs only on physical devices (confirmed on Pixel 8 with Android 15) while working correctly on emulators. Reverting to Filament v1.52.0 resolves the issue.
To Reproduce
Set up a scene with non-directional lights (e.g., point lights, spot lights)
Build and run the application using Filament v1.56.0
Deploy to a physical Android device
Observe that non-directional lights are not visible in the scene
Deploy the same application to an Android emulator to confirm lights render correctly there
Expected behavior
All light types (both directional and non-directional) should be rendered correctly on physical Android devices, matching the behavior seen in emulators.
Desktop:
OS: macOS 15.2
Development Environment: Android Studio Ladybug Feature Drop | 2024.2.2 (Build #AI-242.23726.103.2422.12816248)
Hardware: Apple M4 Pro, 64 GB
Smartphone (please complete the following information):
Device: Pixel 8
OS: Android 15
Build Tools: android_gradle_plugin 8.8.0
Additional context
Issue is reproducible with Filament v1.56.0
Issue is resolved by reverting to Filament v1.52.0
DIRECTIONAL lights (sun or simple DIRECTIONAL) work correctly
Non-directional lights not rendering on physical Android devices with Filament v1.56.0
Describe the bug
Non-directional lights are not being rendered on physical Android devices when using Filament v1.56.0. DIRECTIONAL lights (sun or simple DIRECTIONAL) work correctly, but other light types are not visible. The issue occurs only on physical devices (confirmed on Pixel 8 with Android 15) while working correctly on emulators. Reverting to Filament v1.52.0 resolves the issue.
To Reproduce
Expected behavior
All light types (both directional and non-directional) should be rendered correctly on physical Android devices, matching the behavior seen in emulators.
Desktop:
Smartphone (please complete the following information):
Additional context
The text was updated successfully, but these errors were encountered: