Web Analytics Made Easy - Statcounter
Skip to content

Camera attributes#

Camera attributes are defined in the camera attribute space (short name: ca), that matches only camera nodes.

Attributes inherited from the node attribute space:

Attribute name Short name Possible values Examples
hidden h true, false ca.h
not ca.h
name n strings in quotes ca.n "A"
ca.n "L*"
selected true, false ca.selected
not ca.selected
selectionFlag sf true, false ca.sf false
ca.sf
visibilityFlag vf true, false ca.vf false
ca.vf
visible v true, false ca.v
not ca.v

hidden#

Inherited from node.hidden.

name#

Inherited from node.name.

selected#

Inherited from node.selected, but without the short name s.

selectionFlag#

Inherited from node.selectionFlag.

visibilityFlag#

Inherited from node.visibilityFlag.

visible#

Inherited from node.visible.