implement custom chunk meshes, models and shaders.
This commit is contained in:
parent
e4d536bc87
commit
e805891885
7 changed files with 800 additions and 57 deletions
|
|
@ -1,6 +1,5 @@
|
|||
pub const raylib = @cImport({
|
||||
@cInclude("raylib.h");
|
||||
@cInclude("raymath.h");
|
||||
@cInclude("raylib_extension.h");
|
||||
});
|
||||
|
||||
pub const v3 = struct {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue