예제 #1
0
void HeightMapUpdateTask::executeTaskInMainThread()
{
	injectHeightMapSegmentsIntoHeightMap();
}
예제 #2
0
bool HeightMapUpdateTask::executeTaskInMainThread() {
	injectHeightMapSegmentsIntoHeightMap();
	return true;
}