OpenSCAD - The Programmers Solid 3D CAD Modeller
-
Updated
Aug 24, 2021 - C++
{{ message }}
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.
OpenSCAD - The Programmers Solid 3D CAD Modeller
Easily display interactive 3D models on the web and in AR!
The open source mesh processing system
Reversing Google's 3D satellite mode
Specification for streaming massive heterogeneous 3D geospatial datasets
The Medical Detection Toolkit contains 2D + 3D implementations of prevalent object detectors such as Mask R-CNN, Retina Net, Retina U-Net, as well as a training and inference framework focused on dealing with medical images.
Open source Altium Database Library with over 147,000 high quality components and full 3d models.
Hello, it would be great if you could add some 3d text models. Thanks in advance :-)
Parametric 2D and 3D modeler written in pure javascript
Tool suite for Texture and 3D Model Compression, Optimization and Analysis using CPUs, GPUs and APUs
Simple SDF mesh generation in Python
3D printed DSLR tracking mount
This codebase demonstrates how to synthesize realistic 3D character animations given an arbitrary speech signal and a static character mesh.
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.
3D face swapping implemented in Python
paint 3D ivy in the Unity Editor, watch procedurally generated meshes simulate growth and clinging in real-time
Learning to Regress 3D Face Shape and Expression from an Image without 3D Supervision
Procedural generation of tree models in blender
Reversing Apple's 3D satellite mode
O-CNN: Octree-based Convolutional Neural Networks for 3D Shape Analysis
Archived repository. For current repo, see: https://github.com/etlegacy/etlegacy
The idea of this list is to collect shared data and algorithms around 3D Morphable Models. You are invited to contribute to this list by adding a pull request. The original list arised from the Dagstuhl seminar on 3D Morphable Models https://www.dagstuhl.de/19102 in March 2019.
ECCV2020 - Official code repository for the paper : STAR - A Sparse Trained Articulated Human Body Regressor
ViroCore cross-platform AR/VR renderer
3D models of Chery MX keycaps
A simple CAD package using signed distance functions
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.headerBut it can not pass vlrs or evlrs info into new object, because in laspy, vlrs info is dynamically obtained afterw