Marco Musy

Results 439 comments of Marco Musy

hi @ttsesm unfortunately i cannot run pip install 'git+https://gitlab.inria.fr/tangram/pyellcv.git' as it fails compiling... Maybe you just miss the orthogonal view? Try: `vd.settings.use_parallel_projection = True`

..it still fails compiling.. anyways i'm not sure I get what you are trying to do ... maybe you ca use the vedo equivalent `pca_ellipsoid()`?

thanks for the link! if you have many such ellipsoids you can merge and save them normally with ```py my_list_of_ellis ... ellis = vedo.merge(my_list_of_ellis, flag=1) ellis.write("merged_ellis.vtk") ``` another option is...

I just pushed a fix.. try: ```py from vedo import * # test write ellis = [] for i in range(200): elli = Ellipsoid().pos(5*np.random.randn(3)).rotate_z(i) elli.c(i).alpha(0.1) elli.metadata['my_name'] = f'ellipsoid_{i}' ellis.append(elli) asse...

Hi! You are right and this is quite annoying.. vedo always assumes real world coordinates and I'm afraid it is too late to change convention on this one.. But I...

@clemens-fricke thanks for reporting and for the fixing! I just pushed it.

Try adding a call to .render() in your callback function.

Hi, there are examples in examples/basic/boolean.py

Thanks @orena1 for reporting the issue and sorry for the late reply. I think it is indeed a bug. I hope this can fix it: ```bash pip install -U git+https://github.com/marcomusy/vedo.git...

Hi, I would check out this: https://vedo.embl.es/autodocs/content/vedo/vedo/mesh.html#Mesh.cut_closed_surface