我的渲染技术进阶之旅如何编译Filament的windows版本程序?
Posted 字节卷动
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了我的渲染技术进阶之旅如何编译Filament的windows版本程序?相关的知识,希望对你有一定的参考价值。
一、Filament简介
Filament
是一个基于物理的实时渲染引擎,适用于 android、ios、Windows、Linux、macOS
和 WebGL2
。它被设计为在 Android
上尽可能小且尽可能高效。
github地址:https://github.com/google/filament
渲染案例:
APIs
- Native C++ API for Android, iOS, Linux, macOS and Windows
- Java/JNI API for Android
- javascript API
Backends
- OpenGL 4.1+ for Linux, macOS and Windows
- OpenGL ES 3.0+ for Android and iOS
以上是关于我的渲染技术进阶之旅如何编译Filament的windows版本程序?的主要内容,如果未能解决你的问题,请参考以下文章