instantreality 1.0

Component:
Engine
Status:
fully implemented
Structure type:
concrete
Standard:
Avalon

MatrixViewModifier

The modifier can be used to modify the camera matrices simply by matrices.

Inheritance

Code

XML encoding
<MatrixViewModifier enabled='TRUE'
logFeature=''
postProjection='identity'
preProjection='identity'
postProjectionTranslation='identity'
preProjectionTranslation='identity'
postViewing='identity'
preViewing='identity'
 />
Classic encoding
MatrixViewModifier {
	enabled TRUE
	logFeature [""]
	postProjection identity
	preProjection identity
	postProjectionTranslation identity
	preProjectionTranslation identity
	postViewing identity
	preViewing identity
}

Interface

Filter: X3D only | Avalon only | All
id Name DataType PartType Default ValueType Description
SFMatrix4f preViewing SFMatrix4f inputOutput identity The matrix to multiply to the right of the viewing matrix, i.e. applied before the viewing matrix.
SFMatrix4f postViewing SFMatrix4f inputOutput identity The matrix to multiply to the left of the viewing matrix, i.e. applied after the viewing matrix.
SFMatrix4f preProjectionTranslation SFMatrix4f inputOutput identity The matrix to multiply to the right of the projectionTranslation matrix, i.e. applied before the projectionTranslation matrix.
SFMatrix4f postProjectionTranslation SFMatrix4f inputOutput identity The matrix to multiply to the left of the projectionTranslation matrix, i.e. applied after the projectionTranslation matrix.
SFMatrix4f preProjection SFMatrix4f inputOutput identity The matrix to multiply to the right of the projection matrix, i.e. applied before the projection matrix.
SFMatrix4f postProjection SFMatrix4f inputOutput identity The matrix to multiply to the left of the projection matrix, i.e. applied after the projection matrix.
SFBool enabled SFBool inputOutput TRUE If TRUE, the ViewModifier is enabled
MFString logFeature MFString inputOutput state, child, parent, route, eventIn, eventOut controls the logging of changes, state: log state changes (e.g. live), child: log child add/remove, parent: log parent add/remove, route: log route add/remove; eventIn: log receiving of events, eventOut: log sending of events: guiView, runtime system should create node-view, guiEdit: runtime system should create node-editeverything: log everything
SFNode metadata SFNode inputOutput MetadataObject container for payload metadata inside MetadataSet element