C
C#10mo ago
LukeZurg22

✅ UV Trouble

I'm current writing a voxel game in unity and have been working to get UV's properly affixed to the generated voxels. After hours of work, I've finally gotten it to a point where it looks decent, but the texture stretching is undesired. I believe it's caused by a misaligned vertex, but I have yet to find where in my code that causes the misalignment. https://pastebin.com/RkcC23Su
Pastebin
public static Vector2[] FaceUVs(Direction direction, Voxel voxe...
Pastebin.com is the number one paste tool since 2002. Pastebin is a website where you can store text online for a set period of time.
7 Replies
LukeZurg22
LukeZurg2210mo ago
(This is the intended texture for display)
LukeZurg22
LukeZurg2210mo ago
Azrael
Azrael10mo ago
$unity
LukeZurg22
LukeZurg2210mo ago
👌
Denis
Denis10mo ago
$close
MODiX
MODiX10mo ago
Use the /close command to mark a forum thread as answered
Want results from more Discord servers?
Add your server
More Posts
❔ Syntactical Difference In Azure Function ScriptsI have syntax for two files: ```[Function("CreatePrivateMessage")] public HttpRespo❔ vscodeintellcode-csharp-0126 very high cpui just type c# code in vscode in linux, i get high cpu 100%, just during type,when stop type, the cp❔ Can someone help me understand this statement around dependency inversion with an example?I was refreshing my memory on SOLID based on conversations in #chat today, and a particular statemen❔ How to integrate stripe payment gateway into C# application?I have a small work that needs to be done soon. Only stipe payment integration into a C# applicationTypeInitializationException thrown by runtime when attempting to use JsonSerializer (.NET 8.0).Hi. I am running dotnet version 8.0.100-preview.4.23260.5, using ASP.NET version 8.0.0-preview.7.233❔ Assignment: TCPListener that recieves and returns to tcpClientHey. I do know how the tcpListener and tcpClient class works in c#, however im stuck on this assign❔ Sign up /Log in formI need help creating a sign up form for my app. I understand the components, but still find it quite❔ Trying to shorten this code.The code works well, but it's a bit dual coded so I've been trying to shorten it. I can't find a goo❔ CEFSharp is not working in WPF Application with DEVExpress.I am working on a mid-sized application that embed the website application in windows and shell view❔ OSS/Examples for JSON Deserialization?I'm working on a mid-sized application that does a lot of json deserialization from third party API