Particle meshes (3 posts)

Topic tags: mesh, particle, pointmesh, trimesh
  • Profile picture of InShadow InShadow15p said 4 months ago:

    I have one simple question. What is the difference between TriMesh and PointMesh particles? As far as I understand, PointMesh particles can use PointSprite mode in particles shader and are therefore faster, but are there any limitations to them? Can only TriMesh particles be rotated and used for sparks or can the same stuff be made also with PointMesh particles?

  • Profile picture of androlo androlo315p said 4 months ago:

    Point sprites are are not supported on all cards, which is why an alternative is needed.

    Point sprites can be rotated. In fact they are automatically screen aligned.

  • Profile picture of pspeed pspeed805p said 4 months ago:

    Point sprites _can’t_ be rotated. They are ALWAYS screen aligned. Don’t know if that was a typo but I thought a clarification was in order.