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,440 public repositories matching this topic...
-
Updated
Jan 13, 2022 - C++
-
Updated
Jan 30, 2022 - C++
-
Updated
Mar 13, 2022 - HTML
-
Updated
Mar 11, 2022 - C++
-
Updated
Mar 18, 2022 - C++
-
Updated
Mar 18, 2022 - C++
-
Updated
Feb 22, 2022 - C++
-
Updated
Jan 29, 2022
-
Updated
Mar 16, 2022 - C++
-
Updated
Jan 30, 2019 - C++
-
Updated
Mar 7, 2022 - Go
-
Updated
Mar 6, 2021 - C
-
Updated
Feb 20, 2019 - C++
-
Updated
Mar 15, 2022 - TypeScript
-
Updated
Mar 17, 2022 - Python
-
Updated
Mar 3, 2022 - C
-
Updated
Mar 17, 2022 - Python
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
Mar 17, 2022 - C++
-
Updated
Mar 17, 2022 - C++
-
Updated
Feb 19, 2022 - C++
-
Updated
Mar 18, 2022 - Python
-
Updated
Mar 18, 2022 - C++
-
Updated
Feb 22, 2020 - C++
and ensure that all libs are importable via the following browser ESM code.
import('//unpkg.com/lume?module').then(console.log)
import('//cdn.skypack.dev/lume').then(console.log)
import('//jspm.dev/lume').then(console.log)At the moment they all fail with network errors for various reasons, namely some dependencies aren't in ESM format.
-
Updated
Aug 31, 2020 - C++
-
Updated
Dec 29, 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