engrenage
engrenage
when I say faces I mean the triangles. can I draw quads? I thought I read in a bug report (mentioned in my first post, above) that these were unsupported....
the relevant code section (for LineVisual) is ``` segments = self.P.get_segments() # segment[0] is: ndarray([[-2,-2,0],[2,0,0]]) self.iso = scene.visuals.LinePlot(data = segments[0], edge_color='w' ) ``` the rest is basically unfinished UI code...
+1 for quaternions :-) having a limited rotation (at least this avoids singularities..) is a little annoying
I course I mind, I'm lazy ;-) worse than that: `fov` was never set properly in Base3DRotationCamera.__init__() ! see https://github.com/vispy/vispy/blob/main/vispy/scene/cameras/base_camera.py#L91 considering this, I'm surprised there's any perspective at all :...
also, and since I'm pretty new to this "making changes to libs", can someone help me set up my environment so it points to my fork? I did ``` cd...
@djhoese will do. I noticed some other unwanted rendering effects, I will document them as well. just a little busy at the moment.. @rougier : - the shape is non-manifold,...
> Do you have a simpler version of the mesh of some way to simplify it ? Or any reference image ? it's a pseudo-fractal generative algorithm, so yes (this...
and no, I don't have a meshfile... I've never worked with meshed before, so I just wrote (it's not quite finished.. working on interpolation between layers) a function so I...
do you have a suggestion for a specification of a suitable format? or an example... I tried to open orig/triceratops.obj.gz from the example but only got a 404 in my...
found it :-) blender gave me the "Wavefront" clue I needed