Sisyphus wrote:
> 
> ----- Original Message ----- From: "Chris Marshall" <[email protected]>
> 
>> Does perl -Mblib perldl
>> and then demo 3d or demo 3d2 work?
> 
> Unfortunately, no:

The weird thing is that it appears the VRML.pm driver is
being used here (which does not work, btw).  The driver
that should be used is the OpenGL GL.pm one.  I've never
seen that happen.  Maybe something in your configuration
is causing it to be selected?  Maybe it is a side effect
of the MS GDI Generic OpenGL renderer.  You could try
requesting the GL driver specifically...

Puzzled for the night,
Chris

> #################################
> C:\temp\temp\PDL>perl -Mblib perldl
> perlDL shell v1.35
> PDL comes with ABSOLUTELY NO WARRANTY. For details, see the file
> 'COPYING' in the PDL distribution. This is free software and you
> are welcome to redistribute it under certain conditions, see
> the same file for details.
> ReadLines, NiceSlice, MultiLines  enabled
> Reading PDL/default.pdl...
> Found docs database C:/perl510_M/site/5.10.1/lib/PDL/pdldoc.db
> Type 'help' for online help
> Type 'demo' for online demos
> Loaded PDL v2.4.4_12git (supports bad values)
> 
> Note: AutoLoader not enabled ('use PDL::AutoLoader' recommended)
> 
> perldl> demo 3d
> Field name 'Width' already in use at 
> C:\temp\temp\PDL\blib\lib/PDL//Graphics//TriD//VRML.pm line 603
> at C:/perl510_M/5.10.1/lib/fields.pm line 65
>        fields::import('fields', 'Width', 'Height', 'Interactive', 
> '_ViewPorts',
> '_CurrentViewPort', 'VRMLTop', 'DefMaterial') called at 
> C:\temp\temp\PDL\blib\lib/PDL//Graphics//TriD//VRML.pm line 603
>        PDL::Graphics::TriD::Window::BEGIN() called at 
> C:\temp\temp\PDL\blib\lib/PDL//Graphics//TriD//VRML.pm line 604
>        eval {...} called at 
> C:\temp\temp\PDL\blib\lib/PDL//Graphics//TriD//VRML.pm line 604
>        require PDL//Graphics//TriD//VRML.pm called at 
> C:\temp\temp\PDL\blib\lib/PDL/Graphics/TriD.pm line 548
>        PDL::Graphics::TriD::BEGIN() called at 
> C:\temp\temp\PDL\blib\lib/PDL//Graphics//TriD//VRML.pm line 604
>        eval {...} called at 
> C:\temp\temp\PDL\blib\lib/PDL//Graphics//TriD//VRML.pm line 604
>        require PDL/Graphics/TriD.pm called at 
> C:\temp\temp\PDL\blib\lib/PDL/Demos/TriD1.pm line 8
>        PDL::Demos::TriD1::BEGIN() called at 
> C:\temp\temp\PDL\blib\lib/PDL//Graphics//TriD//VRML.pm line 604
>        eval {...} called at 
> C:\temp\temp\PDL\blib\lib/PDL//Graphics//TriD//VRML.pm line 604
>        require PDL/Demos/TriD1.pm called at (eval 48) line 1
>        eval 'require PDL::Demos::TriD1;' called at perldl line 406
>        main::demo('3d') called at (eval 46) line 4
>        main::__ANON__() called at perldl line 664
>        eval {...} called at perldl line 664
>        main::eval_and_report('demo \'3d\'\x{a}') called at perldl line 602
>        main::process_input() called at perldl line 622
>        eval {...} called at perldl line 622
 >
 > ...snip...

_______________________________________________
Perldl mailing list
[email protected]
http://mailman.jach.hawaii.edu/mailman/listinfo/perldl

Reply via email to