Mj Mendoza IV

Results 9 issues of Mj Mendoza IV

In my quest to add skeletal 3D animation for smartGL, I made a Collada/DAE file loader Simply [download this ColladaModel.java](https://github.com/creek23/smartGL/blob/master/smartgl/src/main/java/fr/arnaudguyon/smartgl/tools/ColladaModel.java), then place it in directory of `{yourproject}/app/src/main/java/fr/arnaudguyon/smartgl/tools/{here}` **DISCLAIMER:** it is...

To reproduce problem, create a tilemap. White grid shows because of white-ish halo surrounding each texture. Made a quick fix, [available on my fork](https://github.com/creek23/smartGL/commit/04814cc3d9e8a04380ed7f68b5d7a49a79098712#diff-d4c908643de2559e9ebc37f4fe9f9646): https://github.com/creek23/smartGL/blob/master/smartgl/src/main/java/fr/arnaudguyon/smartgl/opengl/OpenGLRenderer.java ~creek23

Tried rendering 100x100 iso tile, and FPS dropped to 2frames/second How come SmartGLRenderer tries to render objects outside the screen? I had to implement my own clipping by checking tile...

bug

I was trying out Transparent Background as per code snippet on this link: https://github.com/smart-fun/smartGL/wiki/Transparent-Background Basically, I have a demo code from https://github.com/smart-fun/smartGL (just the rotating 2D sprite -- not the...

help wanted

Is there a documentation on how to properly map 3D object's location on phone screen? I'm trying to touch the 3D and move it around my screen. I tried iteration...

enhancement
question

Hi! I know standard OBJ doesn't really support animation, but tools like Blender can easily generate sequence of OBJ files when exporting animated 3D Model. Since, basically, the exported OBJ...

enhancement

This is more of a request. Tried compiling via msys2 but got: > cmake ../ -DCAUDIO_DEPENDENCIES_DIR=../Dependencies64/ System is **unknown** to cmake, create: Platform/MINGW64_NT-6.1 to use this system Can you please...

## Description Updated misspelled `varible` to `variable` on SQL dumps from server's bootstrap and migration directory. This should fix the reported Fixes [#244](https://github.com/testsigmahq/testsigma/issues/244) ## Checklist: - [x] My code follows...

### Is there an existing issue for this? - [X] I have searched the existing issues ### What is the current behavior? TestsigmaServer\ start.bat will have problem running on Windows...

bug