Todo List

  • Member CommandBuilder.Bezier (float3 p0, float3 p1, float3 p2, float3 p3)

    Currently uses a fixed resolution of 20 segments. Resolution should depend on the distance to the camera.

  • Member CommandBuilder.SolidMesh (List< Vector3 > vertices, List< int > triangles, List< Color > colors)

    Are matrices handled?

  • Member CommandBuilder.SolidMesh (Vector3[] vertices, int[] triangles, Color[] colors, int vertexCount, int indexCount)

    Are matrices handled?