-
Updated
Aug 28, 2020 - C++
3d-engine
Here are 277 public repositories matching this topic...
-
Updated
Jan 3, 2020 - C
-
Updated
Sep 7, 2019 - JavaScript
-
Updated
Aug 29, 2020 - C++
-
Updated
Aug 28, 2020 - C++
-
Updated
May 4, 2020
-
Updated
Aug 16, 2020 - Go
Hello, it would be great if you could add some 3d text models. Thanks in advance :-)
-
Updated
Aug 24, 2020 - C++
-
Updated
Aug 28, 2020 - TypeScript
There's no TriangleGeometry class in Three.js, but here's some ways we can implement one using the THREE.Triangle math class.
-
Updated
Jun 17, 2018 - C++
-
Updated
Aug 29, 2020 - C++
It shouldn't be visible, or at least moved around to not confuse editor users.
-
Updated
Aug 27, 2020 - C
-
Updated
May 11, 2020 - C++
-
Updated
Aug 2, 2020 - JavaScript
-
Updated
Aug 30, 2020 - C++
-
Updated
Aug 10, 2020 - Python
Description
When hovering a window border, the cursor changes to show the current action that will get triggered by a left click. (Resize horizontal, resize vertical).
However, it would be nice to have a cursor for diagonal resize.
To Reproduce
Resizing a window by dragg
-
Updated
Aug 25, 2020 - Python
-
Updated
Aug 24, 2020 - C++
-
Updated
Jun 27, 2020 - TypeScript
Improve this page
Add a description, image, and links to the 3d-engine topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the 3d-engine topic, visit your repo's landing page and select "manage topics."



Python users are used to using getters and setters to access properties of objects.
See for example #1687.
Such getters and setters are not implemented in the Webots Python API.
They could be easily added. See https://www.geeksforgeeks.org/getter-and-setter-in-python for reference.