mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/4jcraft.git
synced 2026-06-22 13:05:34 +00:00
restructure codebase according to vcproj filters
This commit is contained in:
5
Minecraft.Client/net/minecraft/client/model/Vertex.cpp
Normal file
5
Minecraft.Client/net/minecraft/client/model/Vertex.cpp
Normal file
@@ -0,0 +1,5 @@
|
||||
#include "Vertex.h"
|
||||
|
||||
Vertex Vertex::remap(const float u, const float v) const {
|
||||
return Vertex(pos.x, pos.y, pos.z, u, v);
|
||||
}
|
||||
Reference in New Issue
Block a user