메소드 | 설명 | |
---|---|---|
PickedGeometry ( ViewPort fromViewPort, PickingGeometryType geometryType, vec3 positions, uint vertexIds, uint stageVertexId, IPickable fromRenderer ) : System.Text |
The color-coded picking result. Representing a primitive(point, line, triangle, quad, polygon).
|
|
ToString ( ) : string |
|
|
ToString ( CSharpGL.mat4 projection, CSharpGL.mat4 view, CSharpGL.mat4 model ) : string |
|
메소드 | 설명 | |
---|---|---|
BasicInfo ( ) : |
public PickedGeometry ( ViewPort fromViewPort, PickingGeometryType geometryType, vec3 positions, uint vertexIds, uint stageVertexId, IPickable fromRenderer ) : System.Text | ||
fromViewPort | ViewPort | |
geometryType | PickingGeometryType | |
positions | vec3 | |
vertexIds | uint | |
stageVertexId | uint | |
fromRenderer | IPickable | |
리턴 | System.Text |
public ToString ( CSharpGL.mat4 projection, CSharpGL.mat4 view, CSharpGL.mat4 model ) : string | ||
projection | CSharpGL.mat4 | |
view | CSharpGL.mat4 | |
model | CSharpGL.mat4 | |
리턴 | string |