File:Trap bar.png

From Wikimedia Commons, the free media repository
Jump to navigation Jump to search

Trap_bar.png(579 × 211 pixels, file size: 23 KB, MIME type: image/png)

Captions

Captions

Add a one-line explanation of what this file represents

Summary[edit]

Description
English: Trap bar
Date
Source Own work
Author Kostmo

Source code[edit]

// Author: Karl Ostmo
// Date: 2/13/2011
// Version: 1.0
//
// Based loosely on: http://trainathomeguru.com/home-gym/#trap
// Units are in inches
// Sky include obtained from:
// http://povray.tashcorp.net/library/sky_sphere/realskies.inc

#include "colors.inc"
#include "textures.inc"
#include "metals.inc"
#include "realskies.inc"
 
#declare camera_pos = 60;
#declare box_side = 22;
#declare half_box_side = box_side/2;

#declare plate_annulus_radius = 1.5;
#declare flange_radius = 1.5*plate_annulus_radius;
#declare bar_radius = plate_annulus_radius/2;
#declare flange_length = 2;
#declare flange_margin = flange_length;
#declare plate_extension_length = 1.5*half_box_side;
#declare grip_length = half_box_side/2;

#declare triangle_apex = 2*half_box_side;


camera {
	location <-camera_pos/5, -camera_pos, 3/4*camera_pos>*0.9
	look_at 0
}

plane {
	<0, 0, 1>, -flange_radius
	pigment {
		White
	}
}

light_source {
	<0, 0, 20*camera_pos>
	color 1.4*White
}

sky_sphere {
    sky_realsky_04
}

#declare half_shape = merge {

	merge {
		// Bottom side
		cylinder {
			<half_box_side, -half_box_side, 0>, <0, -half_box_side, 0>, bar_radius
		}

		// Right side (leaves a gap for the grip)
		cylinder {
			<half_box_side, -half_box_side, 0>, <half_box_side, -grip_length/2, 0>, bar_radius
		}

		cylinder {
			<half_box_side, half_box_side, 0>, <half_box_side, grip_length/2, 0>, bar_radius
		}


		// Top side
		cylinder {
			<half_box_side, half_box_side, 0>, <0, half_box_side, 0>, bar_radius
		}

		// Rounded joints
		sphere {
			<half_box_side, half_box_side, 0>, bar_radius
		}

		sphere {
			<half_box_side, -half_box_side, 0>, bar_radius
		}



		// Left triangle
		cylinder {
			<half_box_side, half_box_side, 0>, <triangle_apex, 0, 0>, bar_radius
		}

		cylinder {
			<half_box_side, -half_box_side, 0>, <triangle_apex, 0, 0>, bar_radius
		}

		// Weight plate extension
		cylinder {
			<triangle_apex, 0, 0>, <triangle_apex + plate_extension_length, 0, 0>, bar_radius
		}

		pigment {
			Gray45
		}
	}

	// Grip
	cylinder {
		<half_box_side, -grip_length/2, 0>, <half_box_side, grip_length/2, 0>, bar_radius

		pigment {
			Gray70
		}
	}

	merge {

		cylinder {
			<triangle_apex + flange_margin, 0, 0>, <triangle_apex + plate_extension_length, 0, 0>, plate_annulus_radius
		}

		// Flange
		cylinder {
			<triangle_apex + flange_margin, 0, 0>, <triangle_apex + flange_margin + flange_length, 0, 0>, flange_radius
		}


		texture {T_Silver_4E}
	}
}


merge {
	object{
		half_shape
		scale -1*x
	}

	object{ half_shape }
}

Licensing[edit]

I, the copyright holder of this work, hereby publish it under the following licenses:
w:en:Creative Commons
attribution share alike
This file is licensed under the Creative Commons Attribution-Share Alike 3.0 Unported license.
You are free:
  • to share – to copy, distribute and transmit the work
  • to remix – to adapt the work
Under the following conditions:
  • attribution – You must give appropriate credit, provide a link to the license, and indicate if changes were made. You may do so in any reasonable manner, but not in any way that suggests the licensor endorses you or your use.
  • share alike – If you remix, transform, or build upon the material, you must distribute your contributions under the same or compatible license as the original.
GNU head Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.2 or any later version published by the Free Software Foundation; with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts. A copy of the license is included in the section entitled GNU Free Documentation License.
You may select the license of your choice.

File history

Click on a date/time to view the file as it appeared at that time.

Date/TimeThumbnailDimensionsUserComment
current05:02, 14 February 2011Thumbnail for version as of 05:02, 14 February 2011579 × 211 (23 KB)Kostmo (talk | contribs){{Information |Description ={{en|1=Trap bar}} |Source ={{own}} |Author =Kostmo |Date =2011-02-13 |Permission = |other_versions = }} Category:Exercise equipment

There are no pages that use this file.

File usage on other wikis

The following other wikis use this file: