Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature currently requires accessing the site using the built-in Safari browser.
Hi Guest!
Please be aware that we have released another critical security patch for VaM. We strongly recommend updating to version 1.22.0.10 using the VaM_Updater found in your installation folder.
Details about the security patch can be found here.
Okay, sorry for the multi-posting, and thanks for your reply.
I do hope the 2.x instance memory usage can be dramatically reduced. A DAZ mesh is about 80MB, so at some level it should be very practical to have a character instance use only about that much memory, textures aside. Which means...
And just for a quick idea of what my code looks like to apply a "partial morph" to the per-instance mesh, it's really really simple and tiny..
(you can ignore the "AffectedVertexAABB" code, that's computing the bounding box of every affected vertex of a morph, to setup a camera for automatic...
Here is an example screenshot of our Unity-based project, with 100 DAZ Genesis 3 figures spawned, all custom morphable and posable. Each taking about 80MB of memory.
Of course VAM will not be able to do this many characters, because it also has softbody simulation and clothing sim, and lots of...
I'm a computer programmer, and I'm reaching out to help you fix a really easy and important problem in VAM.
The 800MB per-character instance memory consumption problem. It's not textures, it's morph data, and it's trivial to fix.
After fixing in my own DAZ/Unity project, character instances...