mirror of
https://github.com/Relintai/godot_voxel.git
synced 2025-05-01 17:57:55 +02:00
Fix compilation
This commit is contained in:
parent
1e24dd455b
commit
e79dd98d69
@ -6,7 +6,7 @@
|
|||||||
#include "voxel_terrain.h"
|
#include "voxel_terrain.h"
|
||||||
#include "voxel_provider_test.h"
|
#include "voxel_provider_test.h"
|
||||||
#include "voxel_provider_image.h"
|
#include "voxel_provider_image.h"
|
||||||
#include "voxel_mesher_smooth.h"
|
#include "transvoxel/voxel_mesher_smooth.h"
|
||||||
|
|
||||||
void register_voxel_types() {
|
void register_voxel_types() {
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#ifndef VOXEL_MESHER_SMOOTH_H
|
#ifndef VOXEL_MESHER_SMOOTH_H
|
||||||
#define VOXEL_MESHER_SMOOTH_H
|
#define VOXEL_MESHER_SMOOTH_H
|
||||||
|
|
||||||
#include "voxel_buffer.h"
|
#include "../voxel_buffer.h"
|
||||||
#include <scene/resources/mesh.h>
|
#include <scene/resources/mesh.h>
|
||||||
|
|
||||||
class VoxelMesherSmooth : public Reference {
|
class VoxelMesherSmooth : public Reference {
|
||||||
|
@ -7,7 +7,7 @@
|
|||||||
|
|
||||||
#include "voxel_buffer.h"
|
#include "voxel_buffer.h"
|
||||||
#include "voxel_mesher.h"
|
#include "voxel_mesher.h"
|
||||||
#include "voxel_mesher_smooth.h"
|
#include "transvoxel/voxel_mesher_smooth.h"
|
||||||
|
|
||||||
class VoxelMeshUpdater {
|
class VoxelMeshUpdater {
|
||||||
public:
|
public:
|
||||||
|
Loading…
Reference in New Issue
Block a user