-
Updated
Sep 17, 2020 - C++
3d-engine
Here are 284 public repositories matching this topic...
-
Updated
Jan 3, 2020 - C
-
Updated
Sep 7, 2019 - JavaScript
-
Updated
Sep 24, 2020 - C++
-
Updated
Sep 29, 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
Sep 27, 2020 - TypeScript
-
Updated
Sep 29, 2020
-
Updated
Sep 29, 2020 - C++
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
Sep 29, 2020 - C++
It shouldn't be visible, or at least moved around to not confuse editor users.
-
Updated
Sep 29, 2020 - C
-
Updated
May 11, 2020 - C++
-
Updated
Aug 2, 2020 - JavaScript
Should be final since it will not be inherited
Originally posted by @litelawliet in adriengivry/Overload#126 (comment)
We should do a pass to ensure classes that should be final to have the final keyword
-
Updated
Aug 10, 2020 - Python
-
Updated
Sep 7, 2020 - Python
-
Updated
Sep 29, 2020 - C++
-
Updated
Sep 28, 2020 - C++
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.