-
Updated
Sep 17, 2020 - C++
3d-engine
Here are 287 public repositories matching this topic...
-
Updated
Jan 3, 2020 - C
-
Updated
Sep 7, 2019 - JavaScript
-
Updated
Oct 19, 2020 - C++
-
Updated
Oct 19, 2020 - C++
-
Updated
Oct 16, 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
Oct 20, 2020 - TypeScript
-
Updated
Oct 20, 2020
-
Updated
Oct 12, 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
Oct 19, 2020 - C++
-
Updated
Jun 17, 2018 - C++
It shouldn't be visible, or at least moved around to not confuse editor users.
-
Updated
Oct 19, 2020 - C
-
Updated
May 11, 2020 - C++
-
Updated
Aug 2, 2020 - JavaScript
Potential undefined behaviour and deprecated Actor copy constructor generated
When letting the compiler generating the implicit destructor of OvCore::API::ISerializable, by defining a custom destructor in a derived-class and finally by letting the compiler implicitely generating a copy constructor for this derived-class by itself; then the copy constructor automatically generated is depreca
-
Updated
Aug 10, 2020 - Python
-
Updated
Oct 5, 2020 - C++
-
Updated
Oct 16, 2020 - Python
-
Updated
Oct 13, 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."
Describe the Bug
Some of the Matlab API functions of the Supervisor return non-native Matlab array, e.g.:
https://github.com/cyberbotics/webots/blob/master/lib/controller/matlab/wb_supervisor_node_get_velocity.m#L6
Instead, their returned value should be converted to an array, e.g.:
https://github.com/cyberbotics/webots/blob/master/lib/controller/matlab/wb_supervisor_field_get_sf_vec3f.m