mirror of
https://github.com/devZoGok/vb01.git
synced 2026-09-03 04:23:36 +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