🎉 Celebrating 25 Years of GameDev.net! 🎉

Not many can claim 25 years on the Internet! Join us in celebrating this milestone. Learn more about our history, and thank you for being a part of our community!

Game Engine Programming 024.4 - Processing vertex UVs and packing for GPU | C++ Game Engine

Published March 20, 2021
Advertisement

Today I'd like to continue and finish the vertex processing routine. First, I'll write a function to process the UV coordinates similar to what we did for vertex normals. Then I'll pack the resulting vertices in a final format which will be loaded to the GPU and used in the vertex shader. (Red Episode)

Support Game Engine Series: https://patreon.com/gameengineseries​

Discord: https://discord.gg/75ZmXwz

keywords: mesh, geometry, vertices, UV coordinates, compression, asset pipeline

by Arash Khatami

-------------------------------------------------------------

#PrimalEngine#GameEngineSeries#GameEngineProgramming#TheGameEngineProgrammingSeries

0 likes 0 comments

Comments

Nobody has left a comment. You can be the first!
You must log in to join the conversation.
Don't have a GameDev.net account? Sign up!
Advertisement