Adam Stefan Costa
Adam Stefan Costa
Hi... This code works 4 me (interactive-clipping.ts line 124): //Compute normal in WCS var BA = vec3.subtract(vec3.create(), A, B); var BC = vec3.subtract(vec3.create(), C, B); var N = vec3.normalize(vec3.create(),vec3.cross(vec3.create(), BA,...
You welcome Andrea! Glad I can help you.
> Hi @sabieber, > > We are currently working on a new and improved way to customize the UI without having to fork this repo, and can explore this requirement...