-
Updated
Oct 22, 2020 - C++
3d-engine
Here are 297 public repositories matching this topic...
-
Updated
Jan 3, 2020 - C
-
Updated
Sep 7, 2019 - JavaScript
-
Updated
Nov 27, 2020 - C++
-
Updated
Nov 28, 2020 - C++
-
Updated
Oct 16, 2020
-
Updated
Nov 14, 2020 - Go
Hello, it would be great if you could add some 3d text models. Thanks in advance :-)
-
Updated
Nov 28, 2020 - C++
-
Updated
Nov 28, 2020 - TypeScript
-
Updated
Nov 26, 2020
-
Updated
Nov 26, 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
Nov 26, 2020 - C++
GraphicsInterface::createTexture has depth parameter that is used to determine how many layers a texture array should have. Naming is not matching the use case so it should be renamed
-
Updated
Jun 17, 2018 - C++
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
Nov 12, 2020 - C++
-
Updated
Nov 22, 2020 - C
-
Updated
Aug 2, 2020 - JavaScript
-
Updated
Oct 27, 2020 - C++
WebGLInfo
Port Three.js WebGLInfo to AssemblyScript.
Progress tracking in https://github.com/lume/glas/projects/1
-
Updated
Aug 10, 2020 - Python
-
Updated
Oct 16, 2020 - Python
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