Search results for query: *

  • Users: Eye9
  • Order by date
  1. E

    Poll - Environments release: what type do you enjoy more?

    Really good to know, I was wondering why CUAs started looking better at some point :D. I had some trouble finding the mentioned cginc (and this thread came up while searching), so I am linking it here hazmhox - The definitive asset creation tutorial for VaM (section 6 - Fixing the shadows) (I...
  2. E

    Plugins VAMAtmosphere

    Tried reproducing but now it's working just fine even in the scene where it broke a couple of days ago 🤷‍♂️ Maybe the stars aligned in a way that made an electron misbehave. Or I did something silly without realizing. But probably not that one, right? Cheers 😀
  3. E

    Plugins VAMAtmosphere

    Ok, just wanted to make sure that it should work. I'll look into reproducing it.
  4. E

    Plugins VAMAtmosphere

    Not sure if I am imagining this, but is there a regression with having multiple instances of VAMAmbience? I added 2 CUAs with Ambience scripts and the second instance interfered with the first (don't remember if playback stopped or was replaced, but it broke). Didn't that work in the past?
  5. E

    Plugins Decal Maker

    Have you checked if there is a callback for that available now? I think there have been a few additions over the years. Might be a bit more robust if there is one. Historically, there has always been an issue with Decal Maker where when you load a scene with the plugin already loaded on a...
  6. E

    Plugins Decal Maker

    Tried the new version yesterday and restoring look presets did not seam to work anymore? I add the plugin (through a plugin preset which contains 1 layer), dialog pops up, I select clear & add and then nothing. No errors. Edit: Not sure if it loaded something beforehand in my case, I looked at...
  7. E

    Plugins Decal Maker

    Yeah, the mask thing should work well that way, maybe with a big "M" in that rounded box or some stencil icon instead of the gradient? Or a gradient M? ;) I think the blend mode dropdown might be a bit too small for VR, currently choosing the color tint is already a bit tedious and that is way...
  8. E

    Plugins Decal Maker

    Yeah, theoretically that's possible. An extra mask would be much more user friendly anyway. Not sure. One thing I have been doing lately is replacing eyebrows (with a soft mask in alpha), which works nicely for the diffuse. But if I could, I would also replace the normals in that area. Another...
  9. E

    Plugins Decal Maker

    While the loss of original spec/gloss/normal is a bug, I don't think alpha does anything for these, only for diffuse. @Chokaphi correct me if I'm wrong here. I think you will need to go with a geoshell (clothing) for the sticker idea. It might actually be an interesting feature though...
  10. E

    Other CPU Performance Patch (Up to 30% faster physics, up to 60% more FPS)

    Well there is GCHandle.Alloc (from .net) which will mark something as do-not-collect, but I don't know if it will put it onto a different heap.
  11. E

    Plugins Decal Maker

    Apply a different texture, then re-apply the intended one. Also a little cumbersome, but not as bad.
  12. E

    Performance Patch (up to 30% more physics speed)

    Pretty sure you can get similar performance using Burst now, which makes it pretty convenient. Edit: Oh and really nicely done @ this patch. I was just wondering about morphs and how they are applied currently a couple of days ago.
  13. E

    Plugins Decal Maker

    Ok so the issue is that the base normal map is set correctly, but _BumpMapBlend0 is zero. Works fine when adding the SetFloat line like in the loop below (just with 1.0f instead of slider value obviously).
  14. E

    Plugins Decal Maker

    Cool. Though whiteout isn't bad. I re-checked and it seems that the skin texture normals are completely replaced when a decal normal layer is added, even at 0 normal strength. It looks fine when I re-add the same base normal texture as a decal layer and put other things on top. I suppose it...
  15. E

    Plugins Skin Micro Detail & Tessellation Plug-In

    Nice, thank you. Oh yeah the lighting ... certainly more annoying when you can't just use a shader include. But using the glossy value to drive the mipmap level isn't that unusual, no? I have been working with URP a lot, and there it's the smoothness/roughness that drives the reflection probe...
  16. E

    Plugins Decal Maker

    Hey @Chokaphi I was wondering if you would consider adding a few blending modes in addition to the alpha blend? I'm thinking multiply, add, soft light, overlay? That would be really nice for some effects that don't quite work with the current setup. Also it would make me sooo happy if the...
  17. E

    Plugins Skin Micro Detail & Tessellation Plug-In

    Nice, would be really great if you could document the vertex shader part. It would probably be worthwhile to add a texel density map to the shader as well, so that the detail map can be projected with less distortions (applied as tiling factor in shader). The distortion is quite apparent right...
  18. E

    Plugins Microphone Audio Source

    Ok so I wanted something like this so that I could pipe my Spotify into an Audio Source with spatial audio in VR. Extended this plugin a little (make it work on any atom with an Audio Source, better sample rate selection, ...) and fixed the bug that would make VaM hang when there is a microphone...
  19. E

    Plugins Height Measure Plugin

    So I was poking around in the sources because I wanted to add head circumference functionality. I found the source code for DAZSkinV2 somewhere, and from there probed a few properties. The skinning method is GPU. For some reason, this leads to rawSkinnedVerts not getting updated reliably I...
  20. E

    Plugins Morph Filter Plus (Now with Cloth & Hair filters)

    No, the issues were with your v4 test version. Your more targeted event listening approach sounds good, maybe that will do the trick. If I had to theorize what was happening, I would think the collider update routine that is supposed to run on every morph change either dies or more likely...
Back
Top Bottom