source:
OniSplit/Dae/EffectSamplerWrap.cs@
1202
| Last change on this file since 1202 was 1114, checked in by , 6 years ago | |
|---|---|
| File size: 119 bytes | |
| Line | |
|---|---|
| 1 | namespace Oni.Dae |
| 2 | { |
| 3 | internal enum EffectSamplerWrap |
| 4 | { |
| 5 | None, |
| 6 | Wrap, |
| 7 | Mirror, |
| 8 | Clamp, |
| 9 | Border |
| 10 | } |
| 11 | } |
Note:
See TracBrowser
for help on using the repository browser.
