Skip to main content
GameDev.net gamedev.net
🔒 Locked

How to read in all vertices of a mesh (not necessarily static) in a level?

Started by Defend Oct 5, 2019 at 9:28 PM 1 replies 9.1k views
Original Post
Defend
Defend

Using Unreal 4.22 (C++) I'd like to be able to chuck all the vertices of a mesh into an array to work with. I'm interested in these different levels of complexity:

  • a static mesh

  • a mesh that is changing with simple T/R/S transformations

  • a mesh that is deforming with animation (not necessarily with bones)

Does anyone know what I should be looking into for these? Any answers to any of those 3 appreciated. :)

Topic Locked

This topic has been locked by a moderator. New replies are not allowed.

Sign in to reply to this topic.