serialization bugfix
parent
917c142312
commit
2004d65444
|
@ -35,6 +35,7 @@ public:
|
||||||
}
|
}
|
||||||
|
|
||||||
void serialize(Stream *stream, InstanceManager *manager) const {
|
void serialize(Stream *stream, InstanceManager *manager) const {
|
||||||
|
Texture::serialize(stream, manager);
|
||||||
}
|
}
|
||||||
|
|
||||||
Spectrum getValue(const Intersection &its) const {
|
Spectrum getValue(const Intersection &its) const {
|
||||||
|
|
Loading…
Reference in New Issue