Julien Rebetez
Julien Rebetez
Are you building with ndk-build or with the new gradle-based ndk buildsystem ? On Jan 4, 2016 12:55 PM, "H.Zandi" [email protected] wrote: > i'm on window7 and android studio 15...
I haven't used the new gradle ndk functionality yet. In my current projects, I use the approach described here with a manual `ndkBuild` task : http://ph0b.com/android-studio-gradle-and-ndk-integration/#mygradlefile
The code would need adaptation for this. The reason is that the current implementation works by picking a starting triangle and then [explores neighbouring triangles](https://github.com/julienr/meshcut/blob/master/meshcut.py#L205) that are intersected by the...
I'm not quite sure what the problem is, but it looks like some NDK installation issue. Can you compile other NDK code ?
Thanks for the report. v1.3.1 was released just earlier Today. I think this might fix the issue. Can you try updating and let me know if this helps ? https://plugins.jetbrains.com/plugin/7858-pycharm-cell-mode/versions
Great, thanks ! Do you see the print command being copied to the console. It may be an issue with the target console not being set properly - you can...
Thanks for the feature request. This seems like a good option to have indeed. I don't have a lot of time to work on this plugin, so I cannot promise...
This repository is somewhat old and is targeting the [Android.mk](https://developer.android.com/ndk/guides/android_mk.html) approach of the NDK. You can use this as an [import-module](https://android.googlesource.com/platform/ndk/+/675fe49445e65ba44d91f4d85ed9b4d5b5ff6745/docs/IMPORT-MODULE.TXT)
I feel it could be due to the near/far plane setting. We autocompute it in the code, but I'd try to hardcode self.near/self.far to different values (based on `depths.min` and...
I've honestly no idea and I don't have much time to work on this plugin at this point. But that should at least provide a starting point