vpython/vpython-jupyter

extrusion seems doesn't support smooth.

nastasi opened this issue · 4 comments

Creating these skittles using extrusion I cannot obtain smoothing setting ''smooth'' attrib to any value between 0 and 1.
Using paths.circle(radius=0.0001, np=16), with paths.circle(radius=0.0001, np=32) works fine also without smooth param.
skittle_wrong

The problem is an oversight in VPython 7, which doesn't send the value of "smooth" from Python to the browser. Thanks much for the report.

@BruceSherwood if it is an open issue maybe you can keep it open as reminder and close it when it is, just a suggestion of a good practice.

Was this fixed in one of the pull requests yesterday?

@mwcraig I placed it in the wrong issue, I'm sorry.