mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-07-10 22:24:33 +00:00
WIP of assimp integration.
This commit is contained in:
parent
32c7f2c7a7
commit
bf170ffbca
2135 changed files with 1260856 additions and 7 deletions
10
Engine/lib/assimp/scripts/OgreImporter/assimp.tpl
Normal file
10
Engine/lib/assimp/scripts/OgreImporter/assimp.tpl
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
|
||||
material %_materialName
|
||||
{
|
||||
set $specular %_specular
|
||||
set $diffuse %_diffuse
|
||||
set $ambient %_ambient
|
||||
|
||||
set $colormap %color._texture
|
||||
set $normalmap %normal._texture
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue