mirror of
https://github.com/aharabada/glitchy-engine-beef.git
synced 2026-09-05 13:01:52 +00:00
37 lines
830 B
Plaintext
37 lines
830 B
Plaintext
{
|
|
AssetLoader = null,
|
|
Config = null,
|
|
Importer = "TextureImporter",
|
|
ImporterConfig = (GlitchyEditor.Assets.Importers.TextureImporterConfig){
|
|
_isSrgb = false
|
|
},
|
|
Processor = "TextureProcessor",
|
|
ProcessorConfig = (GlitchyEditor.Assets.Importers.TextureProcessorConfig){
|
|
_generateMipMaps = .No,
|
|
_samplerStateDescription = {
|
|
MinFilter = .Point,
|
|
MagFilter = .Point,
|
|
MipFilter = .Point,
|
|
FilterMode = .Default,
|
|
ComparisonFunction = .Never,
|
|
AddressModeU = .Clamp,
|
|
AddressModeV = .Clamp,
|
|
AddressModeW = .Clamp,
|
|
MipLODBias = 0,
|
|
MipMinLOD = -3.40282347e+38,
|
|
MipMaxLOD = 3.40282347e+38,
|
|
MaxAnisotropy = 1,
|
|
BorderColor = {
|
|
R = 1,
|
|
G = 1,
|
|
B = 1,
|
|
A = 1
|
|
}
|
|
}
|
|
},
|
|
Exporter = "TextureExporter",
|
|
ExporterConfig = {
|
|
_compression = .None
|
|
},
|
|
AssetHandle = 8620184366354358183
|
|
} |