Google Filament: Difference between revisions

Created page with "Notes on using [Filament](https://github.com/google/filament), the rendering engine for many Google applications. Note that Filament is not a replacement for Unity or Godot. ==Types== ==Materials== In filament, shaders are written as materials. The documentation for materials is available at https://google.github.io/filament/Materials.html ===Vertex shader=== Unlike standard OpenGL shaders, you cannot output arbitrary positions in the vertex shader. You can: 1. Mod..."
 
No edit summary
Line 1: Line 1:
Notes on using [Filament](https://github.com/google/filament), the rendering engine for many Google applications.
Notes on using [https://github.com/google/filament Filament], the rendering engine for many Google applications.


Note that Filament is not a replacement for Unity or Godot.
Note that Filament is not a replacement for Unity or Godot.