source: Revenant/gdmodule/src/voxsrc.cpp@ 8125274

port/mars-tycoon
Last change on this file since 8125274 was 8125274, checked in by Jonathan Neufeld <support@…>, 3 years ago

(WIP) Introduction of GD Native module and Godot-CPP API sub-module

  • Property mode set to 100644
File size: 203 bytes
Line 
1#include "voxsrc.h"
2
3namespace godot {
4 void GeoWorldVoxelGeneratorSource::generate_block(const Ref<VoxelBuffer> out_buffer, const Vector3 origin_in_voxels, const int64_t lod) {
5
6 }
7}
8
Note: See TracBrowser for help on using the repository browser.