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 a critical security patch for VaM. We strongly recommend updating to version 1.22.0.7 using the VaM_Updater found in your installation folder.
Details about the security patch can be found here.
Is there a way to track button presses on different VR controllers via a plugin?
Something like this:
if (DesktopMode) {
if (Input.GetKeyDown("p")) {
//Do somthing...
}
}
else {
if (Input.GetButtonDown(ViveControllerRight.Trigger)) {
//Do somthing...
}
else if...
Hey ! I've been working on "sex open world" for almost two years now, I'd like to share the central part of it for free, hub hosted, in the coming weeks but there are still one or two features I'd like to finish before that. ?
The concept of Sex Open World is simple, it's just that rather than...
I know that VAM cannot achieve wrinkles due to the surface limitations of the model, but can very subtle areas such as the wrist and eye corners be achieved through dynamic mapping? Diffuse and normal maps are sufficient to provide these details. I don't know much about programming, but perhaps...
Hi, I have to add a texture to DecalMaker, by @Chokaphi using a script.
Right now what I'm doing is to get the original JSON, and adding to the array a new JSON class with the path. You can check the code below for reference.
public static void LoadOriginTexturesIntoDecalMaker(JSONClass...
I'm making an script that performs a morph animation when an Atom (called _collider) enters a CollisionTrigger (_collisionBox), but the lack of documentation it's really making it hard.
Right now I have all the morphs that should change and the difference for each animation (stored in...