James

Results 18 comments of James

Just as a side note, One of the original devs covers how he would create boomerang if he was to reimplement it at http://quantumg.blogspot.com.au/2007/04/boomerang-2.html?m=1 I am not to familiar with...

@vidartf I'd love to add support for GLTF, what needs to be done? Looks like the GLTFLoader is unfortunately in the examples not what is in the normal package, additionally...

I have half done this based on `ImageTexture` however I run into a few other issues, the returned result is a dict with a few properties (including the scene). However...

On a slightly related note, I have been thinking about the possibility of async adding method support (it appears there is already have an implementation), then GLTFLoader could be wrapped...

I've opened a PR ( #321 ) to checkout for the current WIP

Thanks for wider test suite. I welcome and wish to integrate this larger suite however should it be a current CL blocker or new commit?

What I mean by blocker or new commit is should your suggestion block committing/merge the change I currently have in the pull request (to make it more ideal with CPythonPyc_test...

Instead of having not implemented in the base it should just be pure virtual so new functions are easily detected for implementations and the implementation case be explicit about what...