|
|
@ -172,7 +172,7 @@ class MaterialConverter: |
|
|
|
self._pending = {} |
|
|
|
self._pending = {} |
|
|
|
self._alphatest = {} |
|
|
|
self._alphatest = {} |
|
|
|
self._tex_exporters = { |
|
|
|
self._tex_exporters = { |
|
|
|
"ENVRIONMENT_MAP": self._export_texture_type_environment_map, |
|
|
|
"ENVIRONMENT_MAP": self._export_texture_type_environment_map, |
|
|
|
"IMAGE": self._export_texture_type_image, |
|
|
|
"IMAGE": self._export_texture_type_image, |
|
|
|
"NONE": self._export_texture_type_none, |
|
|
|
"NONE": self._export_texture_type_none, |
|
|
|
} |
|
|
|
} |
|
|
|