File tree Expand file tree Collapse file tree 4 files changed +1
-34
lines changed
Expand file tree Collapse file tree 4 files changed +1
-34
lines changed Original file line number Diff line number Diff line change @@ -32,7 +32,6 @@ lib/PDL/Graphics/TriD/Rout.pd
3232lib/PDL/Graphics/TriD/ScrollButtonScaler.pm
3333lib/PDL/Graphics/TriD/SimpleController.pm
3434lib/PDL/Graphics/TriD/SimpleScaler.pm
35- lib/PDL/Graphics/TriD/TextObjects.pm
3635lib/PDL/Graphics/TriD/ViewPort.pm
3736lib/PDL/Graphics/TriD/VRML.pm
3837lib/PDL/Graphics/TriD/Window.pm
Original file line number Diff line number Diff line change @@ -853,16 +853,6 @@ sub graph_object {
853853
854854# Plotting routines that use the whole viewport
855855
856- *describe3d=*describe3d=\&PDL::describe3d;
857- sub PDL ::describe3d {
858- require PDL::Graphics::TriD::TextObjects;
859- my ($text ) = @_ ;
860- my $win = PDL::Graphics::TriD::get_current_window();
861- my $imag = PDL::Graphics::TriD::Description-> new($text );
862- $win -> add_object($imag );
863- # $win->twiddle();
864- }
865-
866856*imagrgb=*imagrgb=\&PDL::imagrgb;
867857sub PDL ::imagrgb {
868858 require PDL::Graphics::TriD::Image;
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -75,7 +75,7 @@ sub PDL::Graphics::TriD::Logo::tovrml {
7575 ' scale' => vrml3v([map {$this -> {Size }} (0..2)]));
7676}
7777
78- sub PDL ::Graphics::TriD::Description ::tovrml {
78+ sub PDL ::Graphics::TriD::Labels ::tovrml {
7979 my ($this ) = @_ ;
8080# print "DESCRTIPTION : TOVRML\n";
8181 return vrn(' Transform' ,
You can’t perform that action at this time.
0 commit comments