Beispiel #1
0
void MetavoxelClientManager::paintHeightfieldHeight(const glm::vec3& position, float radius, float height) {
    MetavoxelEditMessage edit = { QVariant::fromValue(PaintHeightfieldHeightEdit(position, radius, height)) };
    applyEdit(edit, true);
}
void LLFloaterPathfindingLinksets::onApplyChangesClicked()
{
	applyEdit();
}