javascript - How to Scale Fibers's object use XTK API -


there problem, fibers object can not automatic alignment volume , mesh. files come same source (one subject's dicom file) should can match in default.

if show fibers object, can put in center of view. if show 3 object together, fibers object shift!!!

so try use xtk api fix problem, i've tried x.fibers.transform, there no method can achieve it, tried x.fibers.scalars , x.fibers.points still not work. in x.fibers.points i've tried change points value can't save value, there method get() can allow me point value(vertex coordinates), there no way can "set()" value when have changed it.

please tell me how scale fibers!~ there no way feasible xtk api?

and here source code: http://goo.gl/ttzc84 demo web: http://goo.gl/np2euo


Comments

Popular posts from this blog

javascript - RequestAnimationFrame not working when exiting fullscreen switching space on Safari -

Python ctypes access violation with const pointer arguments -