<?xml version="1.0" encoding="utf-8" standalone="yes"?>

<?xml-stylesheet href="./_c74_ref.xsl" type="text/xsl"?>

<!--This is an automatically generated file. DO NOT EDIT THIS FILE DIRECTLY. Rather, use the _ref.xml files found in the 'edits' folder.-->
<c74object name="jit.p.bounds" module="jit" category="Jitter Particles">
	<digest>
		Limit particles to a region of space
	</digest>
	<description>
		The <o>jit.p.bounds</o> object creates limits in a particle system. Limits may be applied to any of the qualities of the system (with the exception of the reserved life and ID qualities).
	</description>
	<!--METADATA-->
	<metadatalist>
		<metadata name="author">
			Cycling '74
		</metadata>
		<metadata name="tag">
			Jitter
		</metadata>
		<metadata name="tag">
			Jitter Particles
		</metadata>
	</metadatalist>
	<!--INLETS-->
	<inletlist>
		<inlet id="0" type="matrix">
			<digest>
				in
			</digest>
			<description>
				TEXT_HERE
			</description>
		</inlet>
		<inlet id="1" type="matrix">
			<digest>
			</digest>
			<description>
				TEXT_HERE
			</description>
		</inlet>
	</inletlist>
	<!--OUTLETS-->
	<outletlist>
		<outlet id="0" type="matrix">
			<digest>
				out
			</digest>
			<description>
				TEXT_HERE
			</description>
		</outlet>
		<outlet id="1" type="matrix">
			<digest>
				dumpout
			</digest>
			<description>
				TEXT_HERE
			</description>
		</outlet>
	</outletlist>
	<!--MOP-->
	<mop matrixinputcount="1" matrixoutputcount="1">
		<matrixoutput name="out" planelink="1" typelink="1" dimlink="1" minplanecount="2" maxplanecount="32" mindimcount="2" maxdimcount="32">
			<types>
				float32 float64
			</types>
		</matrixoutput>
	</mop>
	<!--MESSAGES-->
	<jittermethodlist>
		<jittermethod name="bang" />
		<jittermethod name="clear" />
		<jittermethod name="exportattrs" />
		<jittermethod name="exportsummary" />
		<jittermethod name="getattributes" />
		<jittermethod name="getstate" />
		<jittermethod name="jit_matrix" />
		<jittermethod name="importattrs" />
		<jittermethod name="outputmatrix" />
		<jittermethod name="summary" />
	</jittermethodlist>
	<!--ATTRIBUTES-->
	<attributelist>
		<attribute name="bounds_hi" get="1" set="1" type="float" size="30">
			<digest>
				Upper limit value
			</digest>
			<description>
				The upper limit value, per plane, starting at plane 2 (planes 0 and 1 are reserved) (default = 1.)
				<br />
				A symbol may be used to indicate that the bound is disabled.
			</description>
			<attributelist>
				<attribute name="label" get="1" set="1" type="symbol" size="1" value="Bounds High" />
			</attributelist>
		</attribute>
		<attribute name="bounds_lo" get="1" set="1" type="float" size="30">
			<digest>
				Upper limit value
			</digest>
			<description>
				The lower limit, per plane, starting at plane 2 (default = -1.)
				<br />
				A symbol may be used to indicate that the bound is disabled.
			</description>
			<attributelist>
				<attribute name="label" get="1" set="1" type="symbol" size="1" value="Bounds Low" />
			</attributelist>
		</attribute>
		<attribute name="mode" get="1" set="1" type="int" size="1">
			<digest>
				Boundary handling mode
			</digest>
			<description>
				Boundary handling mode (default = 0 (bounce))
				<br />
				0 = bounce: Values are reflected back in the direction from which they came
				<br />
				1 = kill: Particle <at>life</at> is immediately set to 0
				<br />
				2 = wrap: Values reaching a bound value wrap to the other bound value
				<br />
				3 = clip: Values reaching a bound value stay at that value)
			</description>
			<attributelist>
				<attribute name="label" get="1" set="1" type="symbol" size="1" value="Mode" />
			</attributelist>
		</attribute>
		<attribute name="squish" get="1" set="1" type="float" size="30">
			<digest>
				Amount of &quot;bounciness&quot; of the bound
			</digest>
			<description>
				The amount of &quot;bounciness&quot; of the bound (default = 1.)
			</description>
			<attributelist>
				<attribute name="label" get="1" set="1" type="symbol" size="1" value="Squish" />
			</attributelist>
		</attribute>
		<attribute name="squish_var" get="1" set="1" type="float" size="30">
			<digest>
				Per-collision variance calculated for <at>squish</at> response
			</digest>
			<description>
				The amount of per-collision variance calculated for <at>squish</at> response (default = 0.)
			</description>
			<attributelist>
				<attribute name="label" get="1" set="1" type="symbol" size="1" value="Squish Var" />
			</attributelist>
		</attribute>
	</attributelist>
	<jitterattributelist>
		<jitterattribute name="outputmode" />
		<jitterattribute name="out_name" />
		<jitterattribute name="type" />
		<jitterattribute name="dim" />
		<jitterattribute name="planecount" />
	</jitterattributelist>
	<!--EXAMPLE-->
	<examplelist>
		<example img="jit.p.bounds.png" />
	</examplelist>
	<!--SEEALSO-->
	<seealsolist>
		<seealso name="jit.p.shiva" />
		<seealso name="jit.p.vishnu" />
	</seealsolist>
</c74object>
