-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathTODO.txt
More file actions
108 lines (87 loc) · 2.87 KB
/
TODO.txt
File metadata and controls
108 lines (87 loc) · 2.87 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
Unit Tests:
Add unit tests to BVHItem3D.
Add unit tests to BVHItem3F.
Add unit tests to BVHNode3D.
Add unit tests to BVHNode3Ds.
Add unit tests to BVHNode3F.
Add unit tests to BVHNode3Fs.
Add unit tests to CompoundShape3D.
Add unit tests to CompoundShape3DReader.
Add unit tests to CompoundShape3F.
Add unit tests to CompoundShape3FReader.
Add unit tests to Cone3D.
Add unit tests to Cone3F.
Add unit tests to Curve3D.
Add unit tests to Curve3DReader.
Add unit tests to Curve3F.
Add unit tests to Curve3FReader.
Add unit tests to Cylinder3D.
Add unit tests to Cylinder3F.
Add unit tests to DefaultBoundingVolume3DReader.
Add unit tests to DefaultBoundingVolume3FReader.
Add unit tests to DefaultShape2DReader.
Add unit tests to DefaultShape2FReader.
Add unit tests to DefaultShape2IReader.
Add unit tests to Disk3D.
Add unit tests to Disk3F.
Add unit tests to Hyperboloid3D.
Add unit tests to Hyperboloid3DReader.
Add unit tests to Hyperboloid3F.
Add unit tests to Hyperboloid3FReader.
Add unit tests to LeafBVHNode3D.
Add unit tests to LeafBVHNode3F.
Add unit tests to LineSegment3D.
Add unit tests to LineSegment3F.
Add unit tests to MortonCodes.
Add unit tests to Paraboloid3D.
Add unit tests to Paraboloid3F.
Add unit tests to Polygon3D.
Add unit tests to Polygon3DReader.
Add unit tests to Polygon3F.
Add unit tests to Polygon3FReader.
Add unit tests to Quaternion4D.
Add unit tests to Quaternion4F.
Add unit tests to Rectangle3D.
Add unit tests to Rectangle3DReader.
Add unit tests to Rectangle3F.
Add unit tests to Rectangle3FReader.
Add unit tests to RectangularCuboid3D.
Add unit tests to RectangularCuboid3DReader.
Add unit tests to RectangularCuboid3F.
Add unit tests to RectangularCuboid3FReader.
Add unit tests to Shape3D.
Add unit tests to Shape3F.
Add unit tests to Sphere3D.
Add unit tests to Sphere3F.
Add unit tests to SurfaceIntersection3D.
Add unit tests to SurfaceIntersection3F.
Add unit tests to SurfaceIntersector3D.
Add unit tests to SurfaceIntersector3F.
Add unit tests to Torus3D.
Add unit tests to Torus3F.
Add unit tests to TreeBVHNode3D.
Add unit tests to TreeBVHNode3F.
Add unit tests to Triangle3D.
Add unit tests to Triangle3DReader.
Add unit tests to Triangle3F.
Add unit tests to Triangle3FReader.
Ray API:
Add the Ray2I class.
Shape - Constructive Solid Geometry API:
Add the ConstructiveSolidGeometry3D class.
Add the ConstructiveSolidGeometry3DReader class.
Add the ConstructiveSolidGeometry3F class.
Add the ConstructiveSolidGeometry3FReader class.
Shape - Procedural Terrain API:
Add the ProceduralTerrain3D class.
Add the ProceduralTerrain3DReader class.
Add the ProceduralTerrain3F class.
Add the ProceduralTerrain3FReader class.
Shape - Reader API:
Add the DefaultShape3DReader class.
Add the DefaultShape3FReader class.
Shape - Triangle Mesh API:
Add the TriangleMesh3D class.
Add the TriangleMesh3DReader class.
Add the TriangleMesh3F class.
Add the TriangleMesh3FReader class.