objectTypes = {

	pdxmesh = {
		name = "arthropoid_01_titan_frame_mesh"
		file = "gfx/models/ships/titans/arthropoid_01/arthropoid_01_titan_frame.mesh"
		
		animation = { id = "idle"						type = "arthropoid_01_titan_frame_idle_animation" }
		animation = { id = "death"						type = "arthropoid_01_titan_frame_death_animation" }
		
	}
	
	pdxmesh = {
		name = "arthropoid_01_titan_bow_mesh"
		file = "gfx/models/ships/titans/arthropoid_01/arthropoid_01_titan_bow.mesh"

		meshsettings = {
			name = "Arthropoid_titan_bowShape"
			index = 0
			texture_diffuse = "arthropoid_01_titan_diffuse.dds"
			texture_normal = "arthropoid_01_titan_normal.dds"
			texture_specular = "arthropoid_01_titan_specular.dds"
			shader = "PdxMeshShip"
		}
	}
	
	pdxmesh = {
		name = "arthropoid_01_titan_mid_mesh"
		file = "gfx/models/ships/titans/arthropoid_01/arthropoid_01_titan_mid.mesh"

		meshsettings = {
			name = "Arthropoid_titan_midShape"
			index = 0
			texture_diffuse = "arthropoid_01_titan_diffuse.dds"
			texture_normal = "arthropoid_01_titan_normal.dds"
			texture_specular = "arthropoid_01_titan_specular.dds"
			shader = "PdxMeshShip"
		}
	}
	
	pdxmesh = {
		name = "arthropoid_01_titan_stern_mesh"
		file = "gfx/models/ships/titans/arthropoid_01/arthropoid_01_titan_stern.mesh"

		meshsettings = {
			name = "Arthropoid_titan_sternShape"
			index = 0
			texture_diffuse = "arthropoid_01_titan_diffuse.dds"
			texture_normal = "arthropoid_01_titan_normal.dds"
			texture_specular = "arthropoid_01_titan_specular.dds"
			shader = "PdxMeshShip"
		}
	}
	
	pdxmesh = {
		name = "arthropoid_01_titan_effect_weapon_mesh"
		file = "gfx/models/ships/titans/arthropoid_01/arthropoid_01_titan_effect_weapon.mesh"

		meshsettings = {
			name = "arthropoid_01_titan_effect_weaponShape"
			index = 0
			texture_diffuse = "arthropoid_01_titan_effect.dds"
			texture_normal = "nonormal.dds"
			texture_specular = "nospec.dds"
			shader = "PdxMeshAlphaAdditiveAnimateUV"
		}
	}
}
