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
|
||||
let va = vertexArrays raw
|
||||
va' <- mapM (readInVAO f) va
|
||||
vbo <- sequence $ map toVBOfromVAO va
|
||||
vbo <- mapM toVBOfromVAO va
|
||||
withVAO vao $ createVAO (zip va' vbo)
|
||||
print raw
|
||||
return $ raw
|
||||
{ vertexArrays = va'
|
||||
, vertexBufferObjects = vbo
|
||||
|
Loading…
Reference in New Issue
Block a user