Spritebuffered positions

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

2 Likes

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.