mrvux / dx11-vvvv

DirectX11 Rendering within vvvv
Other
71 stars 71 forks source link

IndexedGeometryBuffer (DX11.Geometry Join) does not support subsets? #334

Open joreg opened 6 years ago

joreg commented 6 years ago

hei vux,

i'm trying to join a geometry with multiple subsets but don't get more than the first subset out. is this a bug or am i using it wrong?

image IndexedGeometryBuffer (DX11.Geometry Join) help.v4p.zip

this is with:

same applies to GeometryBuffer (DX11.Geometry Join).

mrvux commented 6 years ago

Indeed in code the geometry output is not spreadable, would need some little revamp to handle it.