Hey Richard,
> ctx.getAttribLocation(,'aVertexPosition'); > -> is it ok to omit the first parameter It seems to me that this is because you are calling WGLWidget::getAttribLocation() with an invalid Program argument -- the ones that are returned by WGLWidget::createProgram() are of the form "ctx.WtProgramxx" ? Even if it is okay syntax-wise, this really seems wrong ? > ctx.bufferData(ctx.ARRAY_BUFFER,new Float32Array([]),ctx.STATIC_DRAW); > -> are zero size arrays ok? I suspect so, but I am not sure if it is correct ? 2011/7/9 Richard Ulrich <[email protected]>: > $('#o6ftjvu').get(0).map.setCenter(new google.maps.LatLng(47, 8), > zooml); > > The "$('#o6ftjvu')" looks a bit strange for java script. It is in fact a straight JQuery call. > Is jsRef() returning a correct value here? Yes. There's nothing wrong with that. Regards, koen ------------------------------------------------------------------------------ All of the data generated in your IT infrastructure is seriously valuable. Why? It contains a definitive record of application performance, security threats, fraudulent activity, and more. Splunk takes this data and makes sense of it. IT sense. And common sense. http://p.sf.net/sfu/splunk-d2d-c2 _______________________________________________ witty-interest mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/witty-interest
