Posts

Showing posts from 2008
I found some Video OpenGL tutorial :) (Learn 3D Programing) http://www.videotutorialsrock.com/opengl_tutorial/
Python Class concept : simplest example including almost all class concepts class Parent_class_name : ................ class_public_variable = 0 ................ __class_private_variable = 1 ................ def __init__(self,parameter): ................ ................ self.object_public_variable = parameter ................ ................ self.__object_private_variable = parameter ................ ............... . print self.object_public_variable ................ ................ print self.__object_private_variable ................ ................ print Parent_class_name.class_public_variable ................ ................ print Parent_class_name.__class_private_variable ................ def __del__(self): ................ ................ print “Destructor of %d” % self. object_public_variable ................ function_name(self,function_parameter): ................ ................ print “function called: %s” % function_parameter class Child_class_name(Parent_class_name
Image
Quick Time Pro Compression settings for Exporting/Compiling Demo Reel .
Image
Image
Image
Image
Image
Image
Image
Image
Steven Spielberrrrrgg....
Image
Image
26/01/08
Image