-
Updated
Sep 17, 2020 - C++
3d-engine
Here are 282 public repositories matching this topic...
-
Updated
Jan 3, 2020 - C
-
Updated
Sep 7, 2019 - JavaScript
-
Updated
Sep 24, 2020 - C++
-
Updated
Sep 24, 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 25, 2020 - TypeScript
-
Updated
Sep 23, 2020
-
Updated
Sep 23, 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 24, 2020 - C++
It shouldn't be visible, or at least moved around to not confuse editor users.
-
Updated
Sep 4, 2020 - C
-
Updated
May 11, 2020 - C++
-
Updated
Aug 2, 2020 - JavaScript
Problem this feature should fix
After using a lot of other popular game engines (Unity, Unreal Engine), going back to Overload is always weird because the camera movements (Right click and middle click camera movements) are kind of off (Uncommon sensitivity).
Expected solution
We should try inspiring our camera rotation and translation speeds (Right click and middle click) from other
-
Updated
Aug 10, 2020 - Python
-
Updated
Sep 7, 2020 - Python
-
Updated
Sep 18, 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.