Hi, I'm trying to get a simple extrusion to show using vPython via Spyder.
from visual import * > > # Shape > tri = Polygon( [(-2,0), (0,4), (2,0)] ) > > # Path > straight = [(0,0,0),(0,0,-4)] > > # Create extrusion > extrusion(pos=straight, shape=tri, color=color.yellow) > > > All the other examples I've worked through work fine but for some reason this just leaves the vPython window hanging with no output, just grey. Anybody have a clue why? I'm on a Win7 x64 computer running the latest version the x64 Anaconda release. Thanks B -- You received this message because you are subscribed to the Google Groups "spyder" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/spyderlib. For more options, visit https://groups.google.com/d/optout.
