C# Class ProjectUVs, ProjectPhoenix

Buildr project U vs.
ファイルを表示 Open project: Alx666/ProjectPhoenix

Public Methods

Method Description
Project ( Vector3 verts, Vector2 baseUV, Vector3 forward ) : Vector2[]

Project the specified Base UVs to find the appropriate 2D shape from 3D space - mainly used for angled roofs

Method Details

Project() public static method

Project the specified Base UVs to find the appropriate 2D shape from 3D space - mainly used for angled roofs
public static Project ( Vector3 verts, Vector2 baseUV, Vector3 forward ) : Vector2[]
verts Vector3
baseUV Vector2
forward Vector3
return Vector2[]