Searched refs:meshContext (Results 1 – 3 of 3) sorted by relevance
114 MeshContext meshContext = new MeshContext(); in toMesh() local252 meshContext.setVertexList(vertexList); in toMesh()253 meshContext.setVertexReferenceMap(vertexReferenceMap); in toMesh()408 meshContext.addUVCoordinates(geometry, coords); in toMesh()424 blenderContext.setMeshContext(structure.getOldMemoryAddress(), meshContext); in toMesh() local
238 MeshContext meshContext = blenderContext.getMeshContext(meshStructure.getOldMemoryAddress()); in readVerticesWeightsData() local240 …is.getBoneWeightAndIndexBuffer(meshStructure, meshContext.getVertexList().size(), bonesGroups, mes… in readVerticesWeightsData()
551 public void setMeshContext(Long meshOMA, MeshContext meshContext) { in setMeshContext() argument552 this.meshContexts.put(meshOMA, meshContext); in setMeshContext()