이것은 페이지 General Structure
를 삭제할 것입니다. 다시 한번 확인하세요.
The general structure of the scene is actually pretty simple.
There is a normal THREEJS Scene where we add the lights, the skybox and the platform.
The Graph Scene is pretty easy to visualize (or if u are lazy https://www.youtube.com/watch?v=6mXM-oGggrM)!
Shape is the abstract class for the different droppables we can have. Every shape is uniquely defined by its array of positions(a.k.a. geometry). The Geometry information is then used by our Game Class to show/hide all the occupied Quantos of the platform after translating and rotating according to the instances' properties.
이것은 페이지 General Structure
를 삭제할 것입니다. 다시 한번 확인하세요.