panda3d-docs icon indicating copy to clipboard operation
panda3d-docs copied to clipboard

more elaborate code example

Open BMaxV opened this issue 3 years ago • 0 comments

I found the code example not very explanatory.

Also the input of (Left, right, bottom, top) is counter intuitive to me and should be on some list for when a new GUI framework is created. It should be at least (Left, right, top, bottom) , I would prefer a canvas that's just defined with (x_length, y_length). That doesn't explicitly forbid using negative values. But that's probably going to break stuff.

BMaxV avatar Aug 04 '22 10:08 BMaxV