Table of Contents

Method WorldPointToNormalized

Namespace
Pinwheel.Griffin
Assembly
Pinwheel.Polaris.Runtime.dll

WorldPointToNormalized(Vector3)

Convert a point in world space to terrain normalized [0-1] space.

public Vector3 WorldPointToNormalized(Vector3 point)

Parameters

point Vector3

World position.

Returns

Vector3

Position in normalized [0-1] space.