Files
filament/docs
Mathias Agopian 6b91f30389 Materials can now specify a shadow attenuation factor (#8540)
* Materials can now specify a shadow strength factor

Materials have a new property: shadowStrength that can be used to
attenuate all shadows received by this material. e.g.:

```
void material(inout MaterialInputs material) {
  prepareMaterial(material);
  material. shadowStrength = 0.1;
}
```

FIXES=[391663042]

Co-authored-by: Powei Feng <powei@google.com>

---------

Co-authored-by: Powei Feng <powei@google.com>
2025-03-20 14:03:52 -07:00
..
2020-08-07 11:02:38 -07:00
2020-08-07 11:02:38 -07:00
2020-08-07 11:02:38 -07:00
2020-08-07 11:02:38 -07:00
2022-02-02 10:04:48 -08:00
2020-08-07 11:02:38 -07:00
2024-12-12 22:21:42 -08:00
2020-08-07 11:02:38 -07:00
2024-12-12 22:21:42 -08:00
2020-08-07 11:02:38 -07:00
2018-11-01 17:05:30 -07:00
2024-12-12 22:21:42 -08:00
2020-08-07 11:02:38 -07:00
2018-08-03 10:38:22 -07:00
2024-12-02 22:34:14 -08:00
2020-08-07 11:02:38 -07:00