Questions tagged [gera]

3D library using WebGL in JavaScript/GLSL in the browser.

Gera is a library which helps web developers to work with WebGL.

2 questions
0
votes
1 answer

How to fix the invalid mesh construction?

There is a sample here: http://amegas.github.io/gera/custom.geometry It shows the rotating swords, which are represented as the custom loaded geometry which is mapped with the UV-texture. As I can see this sample uses only a part of the texture with…
user4959035
0
votes
1 answer

How to change texture in Gera library?

I'm learning Gera WebGL library, and I wonder how can I change the texture of mesh in it? I'm creating the rotating box like that: var cube = new Gera.Cube({ geometry: { alpha: 1, beta: 1, gamma: 1, delta: 1, …
user4124520