.ntsp - Image Sampler
.ntsp is an image sampler format, made to mimick the ImageSampler structure.
.ntsp is in the JSON format, and can be read and written using JSON.
Name |
Type |
Description |
Possible values |
---|---|---|---|
magFilter |
String |
The magnification filter. |
|
minFilter |
String |
The minification filter. |
|
mipmapFilter |
String |
The mipmap filter. |
|
addressModeU |
String |
The address mode on the U axis. |
|
addressModeV |
String |
The address mode on the V axis. |
|
addressModeW |
String |
The address mode on the W axis. |
|
borderColor |
String |
The border color. |
|
anisotropyLevel |
Number |
The anisotropy level. |
Any number. |