Skip to content

Commit 006a81a

Browse files
committed
fix ::Objects doc for Lattice classes
1 parent d07a7c8 commit 006a81a

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

lib/PDL/Graphics/TriD/Objects.pm

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,9 @@ This provides the following class hierarchy:
1717
├ PDL::Graphics::TriD::LineStrip continuous paths
1818
├ PDL::Graphics::TriD::STrigrid polygons
1919
└ PDL::Graphics::TriD::GObject_Lattice (abstract) base class
20-
├ PDL::Graphics::TriD::SCLattice colored lattice
21-
├ PDL::Graphics::TriD::SLattice ...with color per vertex
20+
├ PDL::Graphics::TriD::Lattice colored lattice
21+
├ PDL::Graphics::TriD::SCLattice ...filled and flat-shaded
22+
├ PDL::Graphics::TriD::SLattice ...smooth-shaded
2223
└ PDL::Graphics::TriD::SLattice_S ...and with normals
2324
2425
=head1 DESCRIPTION

0 commit comments

Comments
 (0)