xeolabs / xeogl

A WebGL-based 3D engine for technical visualization. Not actively maintained.
http://xeogl.org
Other
1.14k stars 264 forks source link

Can we Drag select on every element in view area of model(xeoGL)?.... #231

Closed Nisha93-tripathi closed 6 years ago

Nisha93-tripathi commented 6 years ago
Description of the problem

I am beginner in xeogl and am trying to get a drag selection on xeogl for selecting all elements but not getting it. please help me out. ...

xeogl version 1.0.0
Browser
OS
xeolabs commented 6 years ago

Sorry, marquee selection is not implemented, but do feel free to contribute it, if you do happen to implement it.

Nisha93-tripathi commented 6 years ago

yeah, @xeolabs am trying marquee.js and Three.js taking refrence of this(https://github.com/cubicleDowns/webgl-code-samples/blob/master/canvas-interaction/marquee-select.html) but in my case I am working on a model which is not in a cubic form.If you can help me to what to place in a parameter instead of (numcubes) in this line of code Demo.Scene = function (containerId, numcubes, marqueeBool, cacheBool)