module Base
{

	model VVA_Vehicles_SUV_DoorRearRight
	{
		mesh = vehicles/VVA/SUV/doorR|Door_RearRight_obj,
		shader = vehicle_multiuv_noreflect,
		static = FALSE,
		scale = 0.004,
		boneWeight = RearDoor.R 1.0,
	}
	model VVA_Vehicles_SUV_DoorRearRight_nr
	{
		mesh = vehicles/VVA/SUV/doorR|Door_RearRight_obj,
		shader = vehicle_norandom_multiuv_noreflect,
		static = FALSE,
		scale = 0.004,
		boneWeight = RearDoor.R 1.0,
	}
	model VVA_Vehicles_SUV_WindowRearRight
	{
		mesh = vehicles/VVA/SUV/doorR|Window_RearRight_obj,
		shader = vehicle_multiuv_vva,
		static = FALSE,
		scale = 0.004,
		boneWeight = RearWindow.R 1.0,
	}


	template vehicle VVA_SUV_RearRightShared {
		part WindowRearRight
        {
			model Default
            {
            	file = VVA_Vehicles_SUV_WindowRearRight,
            }
		}
		template! = VVA_WindowRR,
		template! = VVA_DoorRR_Common,
	}

	template vehicle VVA_SUV_RearRight {
		part DoorRearRight
		{
			model Default
			{
				file = VVA_Vehicles_SUV_DoorRearRight,
			}
		}
		template! = VVA_SUV_RearRightShared,
	}
	template vehicle VVA_SUV_RearRight_nr {
		part DoorRearRight
		{
			model Default
			{
				file = VVA_Vehicles_SUV_DoorRearRight_nr,
			}
		}
		template! = VVA_SUV_RearRightShared,
	}
}
