cleanup & debug-output
This commit is contained in:
parent
fc72fd8095
commit
eaeae7d4e2
@ -218,8 +218,9 @@ parseIQM a =
|
|||||||
-- Fill Vertex-Arrays with data of Offsets
|
-- Fill Vertex-Arrays with data of Offsets
|
||||||
let va = vertexArrays raw
|
let va = vertexArrays raw
|
||||||
va' <- mapM (readInVAO f) va
|
va' <- mapM (readInVAO f) va
|
||||||
vbo <- sequence $ map toVBOfromVAO va
|
vbo <- mapM toVBOfromVAO va
|
||||||
withVAO vao $ createVAO (zip va' vbo)
|
withVAO vao $ createVAO (zip va' vbo)
|
||||||
|
print raw
|
||||||
return $ raw
|
return $ raw
|
||||||
{ vertexArrays = va'
|
{ vertexArrays = va'
|
||||||
, vertexBufferObjects = vbo
|
, vertexBufferObjects = vbo
|
||||||
|
Loading…
Reference in New Issue
Block a user