Visual3D Game EngineAPI Documentation for XNA, C#, VB, and .NET
Level - Aims SceneObject current orientation "at" the specified target location - LEVEL (don't do "pitch").

Namespace: Visual3D
Assembly: Visual3D.Engine (in Visual3D.Engine.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

      
 C#  Visual Basic 
public void LookAt(
	float x,
	float z,
	Vector3 localDirection
)
Public Sub LookAt ( _
	x As Single, _
	z As Single, _
	localDirection As Vector3 _
)

Parameters

x
Single
z
Single
localDirection
Vector3

See Also