google / filament

Filament is a real-time physically based rendering engine for Android, iOS, Windows, Linux, macOS, and WebGL2
https://google.github.io/filament/
Apache License 2.0
17.7k stars 1.87k forks source link

need help with materials (C++) #7771

Closed bigidea-kz closed 5 months ago

bigidea-kz commented 5 months ago

Hello, everyone. I’m learning Filament (C++), and I’m having trouble loading or creating materials in my application. I’ve tried compiling and loading them into the app, but I keep encountering errors. I’ve also attempted to create materials within the app, but that hasn’t been successful either. In all the examples I’ve seen, materials are compiled alongside the application. Can anyone share an example? 😊