xtk / X

The X Toolkit
http://www.goXTK.com
Other
786 stars 263 forks source link

Creating a Three.JS object from Xtk Objects #185

Open dvenkatsagar opened 8 years ago

dvenkatsagar commented 8 years ago

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