mrdekk / coral-repo

Automatically exported from code.google.com/p/coral-repo
0 stars 0 forks source link

GeoDrawNode in maya crash #18

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
create a DrawGeo node in coral-maya

What is the expected output? What do you see instead?
Maya crashes.

Please use labels and text to provide additional information.
The crash has been isolated to this function call glGenBuffers, which happens 
in GeoDrawNode::initGL()

Original issue reported on code.google.com by aintergu...@gmail.com on 14 Dec 2011 at 1:42

GoogleCodeExporter commented 9 years ago
It was down to glewInit() not being called in time, it is resolved by moving 
glewInit under MainDrawRoutine::init()

Original comment by aintergu...@gmail.com on 14 Dec 2011 at 2:04