LD

Results 83 comments of LD

Do you have a file lacking a bufferView that you can share here ?

If I understand the specification correctly, `accessor.bufferViewer` is indeed not a required property, but "When it's omitted, the sparse accessor is initialized as an array of zeros of size (size...

> Do we make the PRC variable `cocoa-dpi-aware` until we get better HiDPI support figured out for other platforms? That may be a good idea, I thought at first to...

A black screen should never occur, either the app enters fullscreen or an error is reported. So it seems there is a display mode that is advertised but does not...

I tried to reproduce your problem but I have no issue switching to 1280x800 on all the screen I could test with. My assumption is that you have a display...

Bumping this as with "recent" Panda3D 1.11 (I'm sorry I didn't notice when it has changed) even raising `SystemExit` (or using `exit()`) does not stop the program, the task keeps...

See #1271 for additional use cases justifying this enhancement request (that I overlooked :) )

Also, application can register their .desktop to the Window Manager using _NET_WM_DESKTOP_FILE hint (Mainly Ubuntu Unity), the WM will then use the information found in te file to display the...

The CI build was failing because there was a missing forward declaration of `GraphicsEngine` in `CocoaPandaAppDelegate.mm`. As with `makepanda.py` everything under `cocoadisplay` is bundled inside `cocoadisplay_composite1.mm` the build was fine...

@rdb, do you think this could be included in 1.10.12 too ?