TextSceneNode and shadows

You are an experienced programmer and have a problem with the engine, shaders, or advanced effects? Here you'll get answers.
No questions about C++ programming or topics which are answered in the tutorials!
Post Reply
Eugenik
Posts: 6
Joined: Mon Jan 29, 2007 4:58 am
Location: Russia, Sibiria, Novosibirsk

TextSceneNode and shadows

Post by Eugenik »

Hello.
My problem: when I use addShadowVolume and addTextSceneNode the screen it becomes darkest. That is as though illumination weakens. As soon as the text leaves with help DeleteAnimator the screen again becomes light.

Excuse for awful English I from Russia.
Sorry of my bad English. I from Russia
hybrid
Admin
Posts: 14143
Joined: Wed Apr 19, 2006 9:20 pm
Location: Oldenburg(Oldb), Germany
Contact:

Post by hybrid »

IIRC this is a problem with the text nodes being renderen in shadow phase, but destroying some render states when being rendered.
The CTextSceneNode is not that useful anyway, due to numerous limitations. But there will be an updated scene node which will work better in the next release.
Post Reply