3d - threejs slice and dice cube matrix visual -


i'm new threejs. using webgl renderer firefox. looking create visual of database in form of data cube, seen in image below. consist of 3d matrix of individual cubes. able "drag" "slice" of cube out view it.

would better achieved buffergeometry or boxgeometry? further, not sure how go grouping of individual cubes. depending on direction of drag action, cube need grouped different cubes. possible dynamically change group object belongs?

slice operations on cube


Comments

Popular posts from this blog

sql - MySQL - Finding Empty relations -

javascript - Why jQuery Select box change event is now working? -

date - Java 8 - Trying to convert String to LocalDateTime -