Creating a Three.JS object from Xtk Objects
dvenkatsagar opened this issue · 0 comments
dvenkatsagar commented
Hey there,
Lets say I have created a xtk volume like in lesson 15. Now, is there way to create a ThreeJS object from this volume??
I know the ThreeJS and Xtk are based on WebGL. Is it possible to somehow export the xtk object to a buffer and from there create a three.js object from that buffer??
Thank you