# This is the table for the default predefined rules of the Rotation POP.
# Lines beginning with the pound symbol (#) are comments.

# Predefined rules have the following format:
# <ruleToken> <ruleLabelInDoubleQuotes> <ruleStringInDoubleQuotes>
# and are separated by any white space. 

# Here are the default axes for the Rotation POP:

xaxis	"Particle X Axis"			"cross(vector3($UPX, $UPY, $UPZ), vector3($VX, $VY, $VZ))"
yaxis	"Particle Y Axis"			"vector3($UPX, $UPY, $UPZ)"
zaxis	"Particle Z Axis"			"vector3($VX, $VY, $VZ)"

# User predefined rules can be added by copying this file into 
# $HOME/houdini and adding the rules to it.

