Esempio n. 1
0
void HeightMapUpdateTask::executeTaskInMainThread()
{
	injectHeightMapSegmentsIntoHeightMap();
}
Esempio n. 2
0
bool HeightMapUpdateTask::executeTaskInMainThread() {
	injectHeightMapSegmentsIntoHeightMap();
	return true;
}