3d-graphics
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 1,283 public repositories matching this topic...
-
Updated
Jan 27, 2021 - C++
-
Updated
Oct 10, 2021 - C++
-
Updated
Oct 18, 2021 - HTML
-
Updated
Oct 14, 2021 - C++
-
Updated
Oct 19, 2021 - C++
-
Updated
May 26, 2021 - C++
-
Updated
Oct 20, 2021 - C++
-
Updated
Oct 13, 2021
-
Updated
Oct 19, 2021 - C++
-
Updated
Jan 30, 2019 - C++
-
Updated
Oct 15, 2021 - Go
-
Updated
Mar 6, 2021 - C
-
Updated
Feb 20, 2019 - C++
-
Updated
Oct 12, 2021 - TypeScript
-
Updated
Oct 20, 2021 - C
In las file format, vlrs info is crucial to correctly describe point's spatial location.
However, if you try to use pyntcloud.las_header.vlrs, you wouldn't get anything, the value is alway none.
Through your source code, I can see you try to use
data["las_header"] = las.header
But it can not pass vlrs or evlrs info into new object, because in laspy, vlrs info is dynamically obtained afterw
The repository contains a few files with names that are presumably named after POV-Ray version v3.7, having the followng pattern:
-
distribution/scenes/**/*_37.pov -
distribution/scenes/**/*_37.jpg
My guess is that these deal with changes made between v3.6 and v3.7, and should keep these names even in a v3.8 release proper, but someone should take a closer look at them to confir
-
Updated
Oct 19, 2021 - C
-
Updated
Oct 11, 2021 - Python
-
Updated
Oct 20, 2021 - C++
-
Updated
Jun 28, 2021 - Python
-
Updated
Sep 9, 2021 - C++
-
Updated
Oct 11, 2021 - C++
-
Updated
Jul 6, 2021 - C
-
Updated
Feb 22, 2020 - C++
-
Updated
May 20, 2021 - C++
-
Updated
Feb 6, 2021 - C#
-
Updated
Oct 20, 2021 - C
- Wikipedia
- Wikipedia
Problem:
After using Engine.createTextureFromKtx/jpeg/Png, I need to query the texture width and height so I can generate proper UV coordinates for font display.
Proposed solution
Expose the Texture.getWidth(), getHeight(), etc. methods to get texture information. I currently only need width and height, but I can see usage cases for many of the other "getters" available in the C++ in