How to processing points’ attributes(like uv coordinates or normals) in CGAL library?
As known, the cgal library only process the 3d model without points’ attributes. But, I have specific models with those attributes(like uv coordinates or normals or colors). I want to find a effective way to process my models and update those points’ attributes automatically.If cgal can not do this, are there some other librarys can achieve this purpose?