Using Ogre particle point billboards with shaders
- by Jay
I'm learning about using Ogre particles and had some questions about how the point type particles work.
Q. I believe point type particles are implemented as a single position. Is one single vertex is passed to the vertex shader?
Q. If one vertex is passed to the vertex shader then what gets sent to the fragment shader?
Q. Can I pass the particle…