Searched refs:smb3 (Results 1 – 2 of 2) sorted by relevance
74 Mesh.AllocationBuilder smb3 = new Mesh.AllocationBuilder(mRS); in init() local75 smb3.addVertexAllocation(mBeamParticles.getAllocation()); in init()76 smb3.addIndexSetType(Mesh.Primitive.POINT); in init()77 mBeamMesh = smb3.create(); in init()
79 Mesh.AllocationBuilder smb3 = new Mesh.AllocationBuilder(mRS); in init() local80 smb3.addVertexAllocation(mStaticStars.getAllocation()); in init()81 smb3.addIndexSetType(Mesh.Primitive.POINT); in init()82 mStaticStarsMesh = smb3.create(); in init()