2015-11-25 22:15:58 +00:00
|
|
|
#include "OpenGLVegetationInstance.h"
|
|
|
|
|
|
|
|
#include "VegetationInstance.h"
|
|
|
|
|
|
|
|
OpenGLVegetationInstance::OpenGLVegetationInstance(const VegetationInstance &wrapped) : wrapped(wrapped) {
|
|
|
|
}
|
|
|
|
|
2015-11-29 18:18:36 +00:00
|
|
|
void OpenGLVegetationInstance::setDistance(double distance) {
|
2015-11-25 22:15:58 +00:00
|
|
|
this->distance = distance;
|
|
|
|
}
|