Ver a proveniência

my commit

texture and coordinatets
pull/1165/head
Sanchit há 1 ano
committed by GitHub
ascendente
cometimento
4f9add7fbc
Não foi encontrada uma chave conhecida para esta assinatura, na base de dados ID da chave GPG: 4AEE18F83AFDEB23
1 ficheiros alterados com 2 adições e 0 eliminações
  1. +2
    -0
      src/js/libpannellum.js

+ 2
- 0
src/js/libpannellum.js Ver ficheiro

@@ -404,6 +404,7 @@ function Renderer(container, context) {
gl.clear(gl.COLOR_BUFFER_BIT);
}

//<<COMMENT>> webgl: getAttribLocation fetches the coordinates
// Look up texture coordinates location
program.texCoordLocation = gl.getAttribLocation(program, 'a_texCoord');
gl.enableVertexAttribArray(program.texCoordLocation);
@@ -440,6 +441,7 @@ function Renderer(container, context) {
gl.uniform4fv(program.backgroundColor, color.concat([1]));
}

//<<COMMENT>> webgl: createTexture creates tthe texture and reuturn tthe cubes
// Create texture
program.texture = gl.createTexture();
gl.bindTexture(glBindType, program.texture);


Carregando…
Cancelar
Guardar