public class BD1Face extends Object
| コンストラクタ | 説明 |
|---|---|
BD1Face() |
| 修飾子とタイプ | メソッド | 説明 |
|---|---|---|
Vector |
GetNormal() |
|
float[] |
GetUs() |
|
Vector[] |
GetVertexPositions() |
|
float[] |
GetVs() |
|
void |
SetNormal(Vector normal) |
|
void |
SetUV(int index,
float u,
float v) |
|
void |
SetVertexPosition(int index,
Vector pos) |
public void SetVertexPosition(int index,
Vector pos)
public void SetNormal(Vector normal)
public void SetUV(int index,
float u,
float v)
public Vector[] GetVertexPositions()
public Vector GetNormal()
public float[] GetUs()
public float[] GetVs()
Copyright © 2019. All rights reserved.