#
# HELP: SYNOPSIS:
# HELP:     register/mouse/lookat
# HELP:
# HELP: DESCRIPTION:
# HELP:     Look at the pointed to voxel.
#
{ IF ${$root.global.pointer.voxel.x>=0}
	LOOKAT ${$root.global.pointer.midcoord.x} ${$root.global.pointer.midcoord.y} ${$root.global.pointer.midcoord.z}
} IF 0 0
