Author: ArcRiley Date: 2008-03-11 02:32:45 -0400 (Tue, 11 Mar 2008) New Revision: 1131
Added: trunk/pysoy/src/scenes/Space.pxi Log: The start of a Space scene class Copied: trunk/pysoy/src/scenes/Space.pxi (from rev 1126, trunk/pysoy/src/scenes/Planar.pxi) =================================================================== --- trunk/pysoy/src/scenes/Space.pxi (rev 0) +++ trunk/pysoy/src/scenes/Space.pxi 2008-03-11 06:32:45 UTC (rev 1131) @@ -0,0 +1,39 @@ +# PySoy's scenes.Space class +# +# Copyright (C) 2006,2007,2008 PySoy Group +# +# This program is free software; you can redistribute it and/or modify +# it under the terms of the GNU General Public License as published by +# the Free Software Foundation; either version 3 of the License, or +# (at your option) any later version. +# +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU General Public License for more details. +# +# You should have received a copy of the GNU General Public License +# along with this program; if not, see http://www.gnu.org/licenses +# +# $Id$ + +cimport soy.materials + +cdef class Space (Scene) : + '''soy.scenes.Space + + ''Space is big. Really, really big. You just won't believe how vastly, + mind-boggling big it is. I mean you think it's a long way down the + street to the chemist's, but that's just peanuts to Space.'' + ~ Douglas Adams + + Space is a specialized scene class for astronomical environments. + Planetary/stellar bodies and a starfield background are implemented + through multi-stage rendering and an optimized octtree for collision are a + few of this classes enhancements. + + If a game includes multiple star systems each system should be implemented + as an instance of this class. + + It is currently incomplete. + ''' _______________________________________________ PySoy-SVN mailing list PySoy-SVN@pysoy.org http://www.pysoy.org/mailman/listinfo/pysoy-svn