Files
test2/intern/mikktspace
Sergey Sharybin d32d787f5f Clang-Format: Allow empty functions to be single-line
For example

```
OIIOOutputDriver::~OIIOOutputDriver()
{
}
```

becomes

```
OIIOOutputDriver::~OIIOOutputDriver() {}
```

Saves quite some vertical space, which is especially handy for
constructors.

Pull Request: https://projects.blender.org/blender/blender/pulls/105594
2023-03-29 16:50:54 +02:00
..
2023-02-07 14:17:01 +11:00
2021-05-23 13:57:22 -04:00

MikkTSpace

A common standard for tangent space used in baking tools to produce normal maps.

More information can be found at http://www.mikktspace.com/.