mirror of
				https://github.com/MapMakersAndProgrammers/alternativa3d-archive.git
				synced 2025-10-31 01:06:16 -07:00 
			
		
		
		
	more versions added
This commit is contained in:
		| @@ -0,0 +1,20 @@ | ||||
| package alternativa.engine3d.materials { | ||||
| 	import alternativa.engine3d.*; | ||||
|  | ||||
| 	use namespace alternativa3d; | ||||
| 	 | ||||
| 	/** | ||||
| 	 * Базовый класс для материалов. | ||||
| 	 */	 | ||||
| 	public class Material { | ||||
| 		 | ||||
| 		/** | ||||
| 		 * Создание клона материала. | ||||
| 		 *  | ||||
| 		 * @return клон материала | ||||
| 		 */ | ||||
| 		public function clone():Material { | ||||
| 			return new Material(); | ||||
| 		} | ||||
| 	} | ||||
| } | ||||
		Reference in New Issue
	
	Block a user
	 Tubix
					Tubix