CelticCraft/Plugins/VoxelFree/Source/VoxelGraph/Private/VoxelContext.cpp

16 lines
340 B
C++
Raw Normal View History

2023-07-03 16:17:13 +00:00
// Copyright 2020 Phyronnaz
#include "VoxelContext.h"
const FVoxelContext FVoxelContext::EmptyContext = FVoxelContext(
0,
FVoxelItemStack::Empty,
FTransform::Identity,
false);
const FVoxelContextRange FVoxelContextRange::EmptyContext = FVoxelContextRange(
0,
FVoxelItemStack::Empty,
FTransform::Identity,
false,
FVoxelIntBox());