scenejs icon indicating copy to clipboard operation
scenejs copied to clipboard

An extensible WebGL-based 3D engine. This is an archived project.

Results 47 scenejs issues
Sort by recently updated
recently updated
newest added

##### Description of the problem When you reach a certain point of rotation, the geometry is automatically reflected. I don't understand why it is doing that, is it normal or...

##### Description of the problem It's difficult and complex these days to mix WebGL libraries together, to draw things using different libraries in the same webgl context. (examples of difficulties:...

##### Description of the problem I want to draw a scence that support x,y,z axis with scale, arrow and axis value. How should i start with it? Thanks, ##### SceneJS...

##### Description of the problem Hi, @xeolabs , recently I've been learning about BIM and I find BIM Server. I read the code in 'BIMSurfer' and 'BIMViews', which are plugins...

I have a PNG with an alpha channel I would like it so the transparent parts of the image are transparent when I texture to a quad. Right now they...

Hello Lindsay, I'd like your opinion: If we have a node in a 3D scene, and it has many descendants (a sub tree), what should happen when we apply opacity...

##### Description of the problem Loading OBJ files in IE (in my case IE 11) causes a state exception in the Ajax request object. This occurs when, the xhr is...

Make a page listing contributors, add credits to plugins and examples.

##### Description of the problem Xform nodes contain both [`mat` and `matrix` properties](https://github.com/xeolabs/scenejs/blob/master/src/core/scene/modelXFormStack.js#L22). The difference is that `mat` contains the multiplied hierarchical transforms, whereas `matrix` contains the local transform of...

##### Description of the problem I know it is a bug in a plugin but anyway FYI I post here: scenejs/api/latest/plugins/lib/canvas2image.js line 141 It is: oSaveCtx.drawImage(oCanvas, 0, 0, oCanvas.width, oCanvas.height,...