We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d07a7c8 commit 006a81aCopy full SHA for 006a81a
lib/PDL/Graphics/TriD/Objects.pm
@@ -17,8 +17,9 @@ This provides the following class hierarchy:
17
├ PDL::Graphics::TriD::LineStrip continuous paths
18
├ PDL::Graphics::TriD::STrigrid polygons
19
└ PDL::Graphics::TriD::GObject_Lattice (abstract) base class
20
- ├ PDL::Graphics::TriD::SCLattice colored lattice
21
- ├ PDL::Graphics::TriD::SLattice ...with color per vertex
+ ├ PDL::Graphics::TriD::Lattice colored lattice
+ ├ PDL::Graphics::TriD::SCLattice ...filled and flat-shaded
22
+ ├ PDL::Graphics::TriD::SLattice ...smooth-shaded
23
└ PDL::Graphics::TriD::SLattice_S ...and with normals
24
25
=head1 DESCRIPTION
0 commit comments