From 8924c07280cdd96b01c501b3b820711f89039edd Mon Sep 17 00:00:00 2001 From: Stijn Buys Date: Fri, 29 Jul 2011 23:35:46 +0000 Subject: Added print() function for materials, read material color alpha from shader files. --- src/model/material.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/model/material.h') 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 ----------------------------------------- */ -- cgit v1.2.3