Преглед на файлове

my commit

texture and coordinatets
pull/1165/head
Sanchit преди 1 година
committed by GitHub
родител
ревизия
4f9add7fbc
No known key found for this signature in database GPG ключ ID: 4AEE18F83AFDEB23
променени са 1 файла, в които са добавени 2 реда и са изтрити 0 реда
  1. +2
    -0
      src/js/libpannellum.js

+ 2
- 0
src/js/libpannellum.js Целия файл

@@ -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);


Зареждане…
Отказ
Запис