35@interface OOMaterial (OOConvenienceCreators)
42+ (
OOMaterial *) materialWithName:(NSString *)name
43 cacheKey:(NSString *)cacheKey
44 configuration:(NSDictionary *)configuration
45 macros:(NSDictionary *)macros
46 bindingTarget:(
id<OOWeakReferenceSupport>)object
47 forSmoothedMesh:(BOOL)smooth;
53+ (
OOMaterial *) materialWithName:(NSString *)name
54 cacheKey:(NSString *)cacheKey
55 materialDictionary:(NSDictionary *)materialDict
56 shadersDictionary:(NSDictionary *)shadersDict
57 macros:(NSDictionary *)macros
58 bindingTarget:(
id<OOWeakReferenceSupport>)object
59 forSmoothedMesh:(BOOL)smooth;