in the projects can a-frame be mixed with three.js? or are projects exclusively one or the other? an example is the chromakey project which uses three.js, can this be utiised in a proje t that has a-frame elements?
thanks
Hi @Matt_Timson in essence yes, you can use AFRAME and three.js simultaneously. AFRAME is basically a wrapper for three.js where you can set the entities as if they were basic HTML divs, so there should be nothing stopping you from using both in each project because effectively every AFRAME project is powered by three.js.
Hope this helps
2 Likes