File: Model.pm

package info (click to toggle)
sdlperl 1.20.3dfsg-1
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 1,796 kB
  • ctags: 2,171
  • sloc: perl: 7,394; ansic: 232; makefile: 75; sh: 1
file content (33 lines) | stat: -rw-r--r-- 363 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
# SDL::OpenGL::Model.pm
#
#	Parent for all 3D model objects
#
#	Copyright (C) 2002 David J. Goehrig

package SDL::OpenGL::Model;

use SDL::OpenGL;

1;

__END__;

=pod

=head1 NAME

SDL::OpenGL::Model

=head1 DESCRIPTION

This is just a stub for a future baseclass for OpenGL models.

=head1 AUTHOR

David J. Goehrig

=head1 SEE ALSO

L<perl> L<SDL::OpenGL>

=cut