claygl
claygl copied to clipboard
A WebGL graphic library for building scalable Web3D applications
C:\Python33\python.exe .\fbx2gltf.py Traceback (most recent call last): File ".\fbx2gltf.py", line 1349, in TIME_INFINITY = FbxTime(0x7fffffffffffffff) NameError: name 'FbxTime' is not defined with python 3.3 and FBX Python SDK\2018.0\lib\Python33_x64 other dependence...
The project is super cool Unfortunatly i’m having trouble getting the code to compile and package correctly from source on windows. could you post clear instructions of how to get...
Hi, just updated to the latest `fbx2gltf.py` (thanks again!), but [my test FBX](https://s3-us-west-1.amazonaws.com/zencoder-output-tests/input/test.FBX) file now returns `TypeError: 'int' object is not iterable`. Here is the stack trace: ``` $ python...
Looks like the ByteStride attribute was never finished for the bufferview output (line 1155), or was for some reason commented out? I cannot find where the stride is computed or...
I am using HTTP Header: "Content-Security-Policy" without script-src "unsafe-eval" (See [unsafe_eval_expressions](https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Content-Security-Policy/script-src#unsafe_eval_expressions)) claygl is incompatible with theses settings due to the function "tryConvertExpr(string)" It uses `Function()` which is disallowed unless using...
Hi Yi, Great work! I'd like to test the advanced renderer / shader ball example on my local machine. Would you mind adding these files to the github repo? Thanks.
Would be great to have an option to let claygl use a WebGL2 context
I tried using the phong material by using the example given in the code. Since this is also using `clay.standard.vertex` and `clay.standard.fragment` I can't see a difference between this and...
Two Questions: 1.ClayGL prevents scrolling on the page as soon as the mouse is over the canvas. This is inconvenient for some applications, how can this be prevented? i have...