DocumentLook Method (Vector3, Vector3, Int32) |
Namespace:
Demo3D.Visuals
Assembly:
Demo3D.Core (in Demo3D.Core.dll) Version: 10.0.0.6737
Syntaxpublic Visual Look(
Vector3 lookFrom,
Vector3 direction,
int options
)
Parameters
- lookFrom
- Type: Microsoft.DirectXVector3
The world location to look from. - direction
- Type: Microsoft.DirectXVector3
The world direction to look. - options
- Type: SystemInt32
The options for the look.
Return Value
Type:
VisualThe first visual from a location and in a direction with given
DocumentLookOptions.
RemarksThis is just a helper function for use within JScript
See Also