Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Render pointcloud from STL mesh file #15

Open
2 tasks done
anhtuduong opened this issue May 11, 2023 · 0 comments
Open
2 tasks done

Render pointcloud from STL mesh file #15

anhtuduong opened this issue May 11, 2023 · 0 comments

Comments

@anhtuduong
Copy link
Owner

anhtuduong commented May 11, 2023

STL vs SDF

STL (STereoLithography) and SDF (Spatial Data Format) files are two different file formats used for different purposes in 3D printing and computer-aided design (CAD).

STL files are primarily used for representing the surface geometry of 3D objects. They are made up of a collection of triangular surfaces (also known as facets) that approximate the shape of the object. The file format was originally developed for use with stereolithography machines, but it has since become a standard file format for 3D printing and rapid prototyping. STL files are simple, lightweight, and widely supported by 3D printing software.

On the other hand, SDF files are a more comprehensive format that includes not only the surface geometry of the 3D object, but also additional information such as color, texture, material properties, and lighting. SDF files are often used in 3D modeling and animation software to represent complex 3D scenes that need to be rendered with high accuracy and realism.

In summary, STL files are mainly used for surface representation of 3D objects, while SDF files are more comprehensive and include additional information beyond surface geometry.

Tasks

  • A method to extract point cloud from STL mesh file of an object (Testing).

--

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

No branches or pull requests

1 participant