summaryrefslogtreecommitdiff
path: root/src/Graphics/WaveFront/Types.hs
diff options
context:
space:
mode:
Diffstat (limited to 'src/Graphics/WaveFront/Types.hs')
-rw-r--r--src/Graphics/WaveFront/Types.hs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Graphics/WaveFront/Types.hs b/src/Graphics/WaveFront/Types.hs
index 5b093de..f8cd6fe 100644
--- a/src/Graphics/WaveFront/Types.hs
+++ b/src/Graphics/WaveFront/Types.hs
@@ -68,6 +68,7 @@ import Linear (V2(..), V3(..), V4(..))
68data OBJToken f s i m = OBJVertex (V4 f) | 68data OBJToken f s i m = OBJVertex (V4 f) |
69 OBJNormal (V3 f) | 69 OBJNormal (V3 f) |
70 OBJTexCoord (V3 f) | 70 OBJTexCoord (V3 f) |
71 OBJParamCoord (V3 f) |
71 OBJFace (m (VertexIndices i)) | -- TODO: Associate material with each face, handle absent indices 72 OBJFace (m (VertexIndices i)) | -- TODO: Associate material with each face, handle absent indices
72 73
73 Line i i | -- Line (I'm assuming the arguments are indices to the endpoint vertices) 74 Line i i | -- Line (I'm assuming the arguments are indices to the endpoint vertices)