vertex animation texture limit?

   2459   2   1
User Avatar
Member
75 posts
Joined: Oct. 2016
Offline
https://www.sidefx.com/tutorials/game-tools-vertex-animation-textures/?collection=50 [www.sidefx.com]
in the vertex animation texture is there a mesh vertex limit to the textures that anyone has encountered?
like if a mesh has 300k poly and is in an animation sequence of say 500 frames?

or is there any speculation if this technique (animation cache) were converted to something of a text based format maybe json? and fed to the gpu and used in a realtime engine would have results just as fast?
User Avatar
Member
197 posts
Joined: July 2015
Offline
Hey,

I'm not quite sure about a hard limit tool side, but you'll always run into the texture resolution in engine being your bottleneck. I think an 8k texture is (currently?) the limit for most game engines. So what you could do is simply cut up your mesh into multiple pieces and export those separately. Then in your engine you can recombine them back together, therefore bypassing that limit. This would for example give you multiple meshes and textures.

Paul
Paul Ambrosiussen
Technical Artist, Freelance
twitter.com/ambrosiussen_p
User Avatar
Member
75 posts
Joined: Oct. 2016
Offline
yeah that makes sense, I was thinking that would be a solution but may be a bit of work to set up in the pipe
but maybe pdg would take care of that easily maybe

thanks for the input!
  • Quick Links