claygl icon indicating copy to clipboard operation
claygl copied to clipboard

A WebGL graphic library for building scalable Web3D applications

Results 42 claygl issues
Sort by recently updated
recently updated
newest added

Camera should move on basis of its local transform in panning.

Do normalization on panning direction. I think this should be a propal practice to make panning works regardless scale of scene node and camera node. In our case we need...

The api doc is so simple, is there any demo of rendering a dynamic video texture on a model, e.g. globe, cube ...?

Hi, I'm trying to start the "examples/gltf.html" and "examples/gltf2.html" file2 locally. Uploading the file to my website works fine. http://systemgvpphp.altervista.org/3d2/view.html Using the file locally does not work, the glb file...

When we call `Node.prototype.getBoundingBox` to get the bounding box of a node contains geometry (mesh), the returned bounding box has applied world transform of that node. So that it shouldn't...

I have noticed some of the routes end with an underscore like the following. http://docs.claygl.xyz/api/clay.Shader_.html when the underscore is removed the route works as expected. http://docs.claygl.xyz/api/clay.Shader.html

Hello @pissang, When I use ambient occlusion **with** parallax occlusion, shadows strangely surround geometry. This looks like a bug: ![ao_with_po](https://user-images.githubusercontent.com/36248671/69577807-7d1e3500-0fcf-11ea-8182-a85e65e739a7.jpg) Below, when I **only** use parallax occlusion. This is OK:...

I tried to display the following model with ClayGL. https://github.com/cx20/gltf-test/tree/master/tutorialModels/WaterBottle However, WaterBottle glTF model appears to be black. [ClayGL + WaterBottle.gltf result:](https://cx20.github.io/gltf-test/examples/claygl/index.html?category=tutorialModels&model=WaterBottle&scale=10.0&type=glTF) ![image](https://user-images.githubusercontent.com/1833979/42167486-2cc93244-7e49-11e8-95e1-6345c322f26e.png) [Three.js + WaterBottle.gltf result:](https://cx20.github.io/gltf-test/examples/threejs/index.html?category=tutorialModels&model=WaterBottle&scale=10.0&type=glTF) ![image](https://user-images.githubusercontent.com/1833979/42167527-5134f7c6-7e49-11e8-8cce-6b6f39f93cdb.png) I think...