» Trying to extend GetVertexData (DX11.GeomFX) by TexCoord1...
This site relies heavily on Javascript. You should enable it if you want the full experience. Learn more.

Trying to extend GetVertexData (DX11.GeomFX) by TexCoord1...

Hi evvvverybody,
after four years i'm giving it another try:
Tampering meshes with two UV-sets in DX11 including reading/writing to disk. I hope we can figure this ut this time.
I started adapting GetVertexData and it's geometry shaders, but obviously the expansion does not work as expected.
Link to a new forum thread might follow ;)

blausand, Tuesday, Jan 22nd 2019 Digg | Tweet | Delicious 1 comments  
blausand 22/01/2019 - 12:19

This is the adaption of the geometryShader for UV1:

RWStructuredBuffer<float2> RWValueBuffer : BACKBUFFER;
ByteAddressBuffer vData;
uint buffersize;
 
[numthreads(256,1,1)]
void CS(uint3 dtid : SV_DispatchThreadID)
{
    if (dtid.x > buffersize) { return; }
    RWValueBuffer[dtid.x] = float2(asfloat(vData.Load(dtid.x * 40 + 32)),asfloat(vData.Load(dtid.x * 40 + 36)));
}
 
 
 
 
technique11 UV1
{
    pass P0
    {
        SetComputeShader( CompileShader( cs_5_0, CS() ) );
    }
}

See the hard-wired stride size of 40? I changed this from 32 for all four shaders but somehow i doubt that is correct.

  • 1

anonymous user login

Shoutbox

~11h ago

joreg: Rewatch the 24th vvvvorldwide meetup here: https://www.youtube.com/live/gNszIiRAjDo?si=0RXF0pW73EUaRqGk

~11h ago

joreg: LINK - the vvvv summer camp 2024 is announced: https://visualprogramming.net/blog/2024/link-the-vvvv-summer-camp-24/

~3d ago

joreg: Tonight, May 3, vvvv meetup in Berlin or via stream: https://visualprogramming.net/blog/2024/24.-vvvv-worldwide-meetup/

~6d ago

joreg: Workshop on 02 05: Intro to the Stride 3D Engine. Signup here: https://thenodeinstitute.org/courses/ss24-vvvv-intro-to-the-stride-3d-engine-in-vvvv/

~7d ago

joreg: The new vvvv Show-Off-Reel is out: https://vimeo.com/930568091

~13d ago

joreg: The summer season of vvvv workshops at The NODE Institute is out: https://thenodeinstitute.org/ss24-vvvv-intermediates/

~13d ago

domj: If you happen to be in Prague, come join us at the Schema workshop on Thursday 25.4. :) https://www.facebook.com/events/395516526614988/?ti=ls

~25d ago

joreg: Postponed: Next vvvv beginner course starting April 29: https://thenodeinstitute.org/courses/vvvv-beginner-class-summer-2024/