Twinklebear / webgl-volume-raycaster

A WebGL Volume Raycaster

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How to display only one slanted plane?

kt7456 opened this issue · comments

commented

235433248-c66ee894-cd34-44aa-8cda-b68fe036983d
i mean cut into a face or a plane ,like below
image

commented

cut into slanted planes

It sounds like you mean the same as #9 (comment) , to draw the volume texture on just a plane that cuts through it. You'd do as I mention in that comment, draw a plane and then look up its coordinates in the 3d volume to texture it with the volume texture

commented

i forget say thanks!