Struct WebGLData
Inherited Members
System.ValueType.Equals(System.Object)
System.ValueType.GetHashCode()
System.ValueType.ToString()
System.Object.Equals(System.Object, System.Object)
System.Object.GetType()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: CADability
Assembly: CADability.dll
Syntax
public struct WebGLData
Fields
| Improve this Doc View Sourcecolor
Declaration
public int color
Field Value
| Type | Description |
|---|---|
| System.Int32 |
indices
Declaration
public int[] indices
Field Value
| Type | Description |
|---|---|
| System.Int32[] |
normals
Declaration
public GeoVector[] normals
Field Value
| Type | Description |
|---|---|
| GeoVector[] |
vertices
Declaration
public GeoPoint[] vertices
Field Value
| Type | Description |
|---|---|
| GeoPoint[] |