rdb

Results 354 comments of rdb

Weird that it's choosing to use an apparently unsupported profile (apparently, even though the extension `GL_NV_gpu_program5` is reported as supported). You could try again with `basic-shaders-only false` (which I *think*...

You say "sometimes", does this mean it happens intermittently? The Cg runtime claims that no profiles are supported. This may be due to the use of EGL. This is likely...

I suspect that the explanation for that was that you `set_pos`ed the objects out of the camera bounds and Panda never loaded the shader. I think this is effectively unfixable...

Please add a test case. There are many factors here that could be causing this that I cannot deduce from your report.

Come to think of it, what's probably happening is that Panda is adding the assets directory inside the .apk to the model-path, but not changing the working directory (chdir) to...

Sure, just specify the path relative to the mount point, which is `/android_asset`, ie. instead of `file.txt`, open `/android_asset/file.txt`.

I'm not sure that we have much control over this, since Windows automatically does some special magic on windows that are display-sized; this is not something Panda is specifically requesting....

It would be interesting to see if it happens to other OpenGL applications that create desktop-sized undecorated windows on Windows.

Not a bad idea to add a config switch for that. We'd have to do that in all places where a zero scale might plausibly enter the system, including the...

I like this. I'd like to get this to replace makepanda in the repo once a few more things are supported. Besides command-line options, I'd like this to also support...