Project::OSiRiON - Git repositories
Project::OSiRiON
News . About . Screenshots . Downloads . Forum . Wiki . Tracker . Git
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStijn Buys <ingar@osirion.org>2011-07-29 23:35:46 +0000
committerStijn Buys <ingar@osirion.org>2011-07-29 23:35:46 +0000
commit8924c07280cdd96b01c501b3b820711f89039edd (patch)
treee5b40c4bf8376ca9f69ec04e920851bb2c0cdd2b /src/model/material.h
parent336766125f25b94dd9fc19aeea35c8b43acbeea0 (diff)
Added print() function for materials, read material color alpha from shader files.
Diffstat (limited to 'src/model/material.h')
-rw-r--r--src/model/material.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/model/material.h b/src/model/material.h
index 3c0ccf1..9b54dcc 100644
--- a/src/model/material.h
+++ b/src/model/material.h
@@ -32,6 +32,8 @@ public:
Material(const std::string &name);
~Material();
+
+ void print();
/* ---- inspectors ----------------------------------------- */