The Wayback Machine - https://web.archive.org/web/20220801204610/https://github.com/topics/3d
Skip to content
#

3D

3D modeling uses specialized software to create a digital model of a physical object. It is an aspect of 3D computer graphics, used for video games, 3D printing, and VR, among other applications.

Here are 5,645 public repositories matching this topic...

wwmayer
wwmayer commented May 29, 2022

Is there an existing request for this?

  • I have searched the existing requests

Forums discussion

https://forum.freecadweb.org/viewtopic.php?f=13&t=69030

Subproject(s) affected?

No response

Idea description

Sometimes people want to share a project file not only under a single license but multiple licenses. At the moment this is not possible and there is only the workaro

Feature good first issue
jjhembd
jjhembd commented Jul 19, 2022

A Material instance currently gives no indication of whether its textures are loaded or not. This makes unit testing difficult.

For example, the following test will fail since the image is not loaded before the scene renders:

it("renders blue from a blue texture", function () {
  primitive.appearance.material = Materia
Wikipedia
Wikipedia