Skip to content

wikis Search Results · repo:LiangliangNan/Easy3D language:Python

3 results
 (104 ms)

3 results

inLiangliangNan/Easy3D (press backspace or delete to remove)

Welcome to the Easy3D Tutorials! Through these (simple and short) tutorials/examples, you will quickly learn how to use Easy3D for 3D modeling, visualization, and geometry processing.
  • Last updated
    on Dec 10, 2018

PointCloud* cloud = new PointCloud; // Add some points. Here we add 100 points on a 10*10 grid. for ( float i=- 5 ; i < 5 ; ++i) { for ( float j = - 5 ; j < 5 ; ++j) cloud- > add_vertex ( ...
  • Last updated
    on Dec 10, 2018

In Easy3D, all actual 3D data are stored as per-element (e.g., vertex, edge, and face) properties. A model can have multiple properties and the properties can be accessed by their names. So it is important ...
  • Last updated
    on Dec 10, 2018