notchris / noteditor

A simple multi-platform 3D editor built with threejs / webgl.

Home Page:https://notchris.net/noteditor

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Create Array of Blocks - Interaction Drag Create

circuitbone opened this issue · comments

  • Dragging out a selection creates an array of blocks
  • Whilst drag is active apply array of cubes
  • See this in action when using Goxel below

see movie for concept

dragselectcreate.mov.zip

result

dragselectcreate

Having some issues with making the expanding grid area functionality, however, I was able to implement drag create which works in a similar manner.

Draw to drag is a good step towards drag out array later mate. good job.