realXtend / tundra

realXtend Tundra SDK, a 3D virtual world application platform.
www.realxtend.org
Apache License 2.0
84 stars 70 forks source link

Use color's alpha value in OgreWorld::DebugDraw* #681

Open Stinkfist0 opened 11 years ago

Stinkfist0 commented 11 years ago

I quite recently added overloads taking in Color instead of 3-tuple (r,g,b) of floats for these functions. However, the alpha value of the Color is not yet taken into account. Or to be more exact, the material used to draw debug lines doesn't take it into account.