.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. |
|
minLod |
Number |
The minimum level of detail. |
Any number. |
maxLod |
Number |
The maximum level of detail. |
Any number. |
maxAnisotropy |
Number |
The maximum anisotropy. |
Any number. |