mirror of
https://github.com/ApfelTeeSaft/vb01.git
synced 2026-08-26 19:33:45 +00:00
animatable textures
This commit is contained in:
+3
-1
@@ -49,8 +49,10 @@ namespace vb01{
|
||||
shader->setVec4(diffuseColor,"diffuseColor");
|
||||
}
|
||||
if(texturingEnabled){
|
||||
for(Texture *t : diffuseMapTextures)
|
||||
for(Texture *t : diffuseMapTextures){
|
||||
t->update();
|
||||
t->select();
|
||||
}
|
||||
for(Texture *t : normalMapTextures)
|
||||
t->select();
|
||||
for(Texture *t : specularMapTextures)
|
||||
|
||||
Reference in New Issue
Block a user