Code viewer for World: New World (clone by John L...

// Cloned by John Lasis on 5 Dec 2022 from World "New World" by John Lasis 
// Please leave this clone trail here.
 

 
	
	AB.world.newRun = function()
	{
		// Code for Three.js initial drawing of objects.
		// Should include one of:
	 	// ABWorld.init2d ( arguments ); 	
	 	// ABWorld.init3d ( arguments ); 	
	};


	AB.world.nextStep = function()		 
	{
		// Code for Three.js re-drawing of objects.  		
	};


	AB.world.endRun = function()
	{
	};