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