Searched refs:smb (Results 1 – 1 of 1) sorted by relevance
67 Mesh.AllocationBuilder smb = new Mesh.AllocationBuilder(mRS); in init() local68 smb.addVertexAllocation(mSpaceClouds.getAllocation()); in init()69 smb.addIndexSetType(Mesh.Primitive.POINT); in init()70 mSpaceCloudsMesh = smb.create(); in init()