mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-03-05 21:40:31 +00:00
Update assetImport.tscript
add extra formats for stb_image to asset importer
This commit is contained in:
parent
89a8a4d190
commit
ace9cc328b
1 changed files with 1 additions and 1 deletions
|
|
@ -94,7 +94,7 @@ function ImportAssetWindow::onWake(%this)
|
|||
//
|
||||
function isImageFormat(%fileExt)
|
||||
{
|
||||
if( (%fileExt $= ".png") || (%fileExt $= ".jpg") || (%fileExt $= ".bmp") || (%fileExt $= ".dds") || (%fileExt $= ".tif"))
|
||||
if( (%fileExt $= ".png") || (%fileExt $= ".jpg") || (%fileExt $= ".bmp") || (%fileExt $= ".dds") || (%fileExt $= ".tif") || (%fileExt $= ".psd") || (%fileExt $= ".gif") || (%fileExt $= ".hdr"))
|
||||
return true;
|
||||
|
||||
return false;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue