11 lines
No EOL
197 B
C++
11 lines
No EOL
197 B
C++
// Copyright 2020 Phyronnaz
|
|
|
|
#pragma once
|
|
|
|
#include "CoreMinimal.h"
|
|
#include "VoxelMinimal.h"
|
|
|
|
namespace FVoxelLambdaUtilities
|
|
{
|
|
const auto ConstantStrength = [](float Distance) { return 1.f; };
|
|
} |