function init() { let gl = core.getGL(); // Step A: Create a buffer on the gl context for our vertex positions mGLVertexBuffer = gl.createBuffer(); // Step B: Activate vertexBuffer gl.bindBuffer(gl.ARRAY_BUFFER, mGLVertexBuffer); // Step C: Loads mVerticesOfSquare into the verte...
When you called cowpies.push(new Cowpie); you added something that was not an image to the array, which caused this error. vmars316 Members 482 Location:Brownsville, Tx Author Posted April 23, 2016 Thanks , Yes , I am having difficulty with the distinction between 1) cowpie t...
The [validDomains array](~/resources/schema/manifest-schema.md#validdomains) in the manifest for `APP_ID` must contain the domain for `url` if `url` is in the URL. The app ID is already known when a task module is invoked from a tab or a bot, which is why it isn't included ...