Search found 1 match

by Reeto
Sun Mar 02, 2025 9:21 pm
Forum: CloudCompare
Topic: How does CC render mesh(or point cloud) from a ccHObject?
Replies: 3
Views: 18550

Re: How does CC render mesh(or point cloud) from a ccHObject?

Look for the drawMeOnly() method in ccMesh. The draw() method is generic and recursively calls itself on the child entites, calling 'drawMeOnly()' on each entity each time. Is the `drawMeOnly()` method used solely for rendering meshes, or is it also used for rendering other types of objects in CC?