Quantcast
Channel: Daz Script Developer Discussion - Daz 3D Forums
Viewing all articles
Browse latest Browse all 1067

what is the different between getGeometry() and getCachedGeom()

$
0
0

Hi, everyone.

what is the different between getGeometry() and getCachedGeom()?

var oMale = Scene.findNodeByLabel("Genesis 8 Female");
var oObject = oMale.getObject();
var oShape = oObject.getCurrentShape();
var oGeometry = oShape.getGeometry();
print(oGeometry.getNumVertices());
var oVertexMesh = oObject.getCachedGeom();
print(oVertexMesh.getNumVertices());

result: 16556
        65806

why get different numVertices?


Viewing all articles
Browse latest Browse all 1067

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>