Return to index

NAME

p - set the point location for the current vertex

SYNOPSIS

p px py pz

DESCRIPTION

Set the 3-dimensional position for the current vertex to (px,py,pz). The actual position of the vertex will be determined by the transformation in effect at the time the vertex is applied to a geometric surface entity. The transform current when the position is set is irrelevant.

The default vertex position is the origin, (0,0,0).

EXAMPLE

# Make a small circle of 6 spheres
v scent =
	p 1 0 0
xf -a 6 -rz 60
	sph scent .05
xf

SEE ALSO

cone, cyl, f, n, prism, ring, sph, torus, v