gridshapes blending add

ćwiek's icon
Max Patch
Copy patch and select New From Clipboard in Max.

hi!
i want to get the effect of additive blending, but blend mode 6 1 doesn't work in my case..
i'am posting the simple patch to ilustrate what i mean. as always big thanks for help! :)

3096.wow.jpg
jpg
jaeho's icon

As far as I know, you have to turn depthbuffer off for blending.
[ jit.window @depthbuffer 0 ]

Or, set @depth_enable of each [ jit.gl.gridshape ] to zero.

ćwiek's icon

! :)
works