webgl
AlphaFunctions in WebGL?
Is it possible to achieve an transparency effect where fragments with alpha lower than 0.5 are discarded and fragments with alpha higher than 0.5 are rendered rendered opaque? From what I\'ve read,[详细]
2023-04-01 04:51 分类:问答WebGL - How to pass unsigned byte vertex attribute colour values?
My v开发者_如何转开发ertices are made up of an array with this structure: [Position][colour] [float][float][float][byte][byte][byte][byte][详细]
2023-03-31 11:44 分类:问答Interpolating three textures in one fragment in GLSL (webgl)
I would like to be able to blend three different textures in one fragment so that they interpolate equally.[详细]
2023-03-30 20:32 分类:问答Strategy Game Server Concept
I´m planning to cre开发者_如何学运维ate a WebGL-based, realtime strategy game, where players are able to play together. I´ll use Node.js to create the game server, and websockets for realtime connec[详细]
2023-03-30 14:30 分类:问答Looking for some tips to optimize my WebGL 3D Engine
I finished Learningwebgl.com and Mozilla tutorials, everything look good at first, but... Unfortunately, My first engine slow-down after making lots of functions and also separating scripts into piec[详细]
2023-03-30 11:51 分类:问答webgl readpixels is always returning 0,0,0,0
I am trying to do picking in WebGl. I have two shapes rendered along with different texture mapped on each. I am trying to grab pixel on certain co-ordinates. Here is the example.[详细]
2023-03-30 04:08 分类:问答Three.js custom textured meshes
Is it possible to add a textured material to an object with a custom mesh in Three.js? Whenever I try exporting an object from Blender to Three.js with a texture on it, the object disappears. Looking[详细]
2023-03-29 22:19 分类:问答Z-Axis Coordination in WebGL and Three.js
I\'m experimenting with WebGL and Three.js, But how to calculate the Z-Axis coordination while moving mouse?[详细]
2023-03-29 07:09 分类:问答What's the best way to learn WebGL [closed]
As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references,or expertise, but this question will likely solicit debate, a[详细]
2023-03-29 00:17 分类:问答Any Free open source WebGL editors? [closed]
Closed. This question is seeking recommendations for books, tools, software libraries, and more. It does not meet Stack Overflow guidelines. It is not currently accepting answers.[详细]
2023-03-28 13:12 分类:问答