dongju.jeong Posted November 23, 2020 Posted November 23, 2020 (edited) Can I know the exact number of objects actually created in the clutter? Edited November 23, 2020 by dongju.jeong
silent Posted November 23, 2020 Posted November 23, 2020 dongju.jeong You can try to convert clutter to cluster and see the exact number of meshes being generated: Alternatively, you can use getClutterTransforms method and count the number of elements, but it can be problematic due to the nature of Clutter object (not all the cells are visible to camera and you may get incomplete list of the transformations). Thanks! 1 How to submit a good bug report --- FTP server for test scenes and user uploads: ftp://files.unigine.com user: upload password: 6xYkd6vLYWjpW6SN
Recommended Posts