[New-bugs-announce] [issue40274] 3D plotting library doesn't occlude objects by depth/perspective (objects in the scene are printed in layers).

Brian O'Sullivan report at bugs.python.org
Mon Apr 13 18:14:34 EDT 2020


New submission from Brian O'Sullivan <brianmosullivan at outlook.com>:

3D plotting library doesn't occlude objects by depth/perspective.

When the figure is regenerated during the animation, each additional line and points is printed on top of the prior lines and points.

Bug resolution:
 - incorporate occlusions in the 3D plotting / animation library

----------
components: Library (Lib)
files: hopf1.py
messages: 366334
nosy: mo-geometry
priority: normal
severity: normal
status: open
title: 3D plotting library doesn't occlude objects by depth/perspective (objects in the scene are printed in layers).
type: enhancement
versions: Python 3.6
Added file: https://bugs.python.org/file49060/hopf1.py

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue40274>
_______________________________________


More information about the New-bugs-announce mailing list