Looks fine to me at first glance. Maybe your scene is simply dark now. OpenGL's lighting mode is multiplicative, i.e. an ambient lighting of (0,0,0) will make everything dark. Try to draw a wireframe using world.drawWireframe(...) and see if something happens.
The command queue is a queue that the renderer uses internally because it has to do some tricks to get jPCT rendering into a canvas. Set Config.glVertexArrays=true to minimize the size of that queue.
The command queue is a queue that the renderer uses internally because it has to do some tricks to get jPCT rendering into a canvas. Set Config.glVertexArrays=true to minimize the size of that queue.