Work on smooth blending.

This commit is contained in:
David Williams
2007-08-17 18:59:06 +00:00
parent 48094c972a
commit 7b43990aa7
5 changed files with 15 additions and 18 deletions

View File

@ -23,7 +23,6 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
#include "OgrePrerequisites.h"
#include "OgreVector3.h"
#include "OgreVector4.h"
namespace Ogre
{
@ -32,7 +31,7 @@ namespace Ogre
public:
Vector3 position;
Vector3 normal;
Vector4 colour;
float alpha;
Vertex(Vector3 positionToSet)
:position(positionToSet)