mirror of
https://github.com/ApfelTeeSaft/vb01.git
synced 2026-08-26 19:33:45 +00:00
Gaussian blur
bug fixes
This commit is contained in:
@@ -22,6 +22,7 @@ namespace vb01{
|
||||
void update();
|
||||
void setMaterial(Material*);
|
||||
void setCastShadow(bool);
|
||||
void setReflect(bool);
|
||||
void setWireframe(bool);
|
||||
private:
|
||||
void processNode(aiNode*, const aiScene*, Node*);
|
||||
@@ -30,7 +31,7 @@ namespace vb01{
|
||||
void processMaterial();
|
||||
|
||||
Material* material;
|
||||
bool castShadow=false,wireframe=false;
|
||||
bool castShadow=false,reflect=false,wireframe=false;
|
||||
};
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user