i want to place sprites from spritebuffered around object, but not on surface of it>how can i multiply its positions around object, and maybe reduce count of them
You can use the normals from the GetVertexData. With a couple of SimpleOperation(3D Buffer) should be quite easy.
Something like pos + normal * yourOffset
