C# 클래스 ProjectUVs, ProjectPhoenix

Buildr project U vs.
파일 보기 프로젝트 열기: Alx666/ProjectPhoenix

공개 메소드들

메소드 설명
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

메소드 상세

Project() 공개 정적인 메소드

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
리턴 Vector2[]