JuanCarlosAragon / jmonkeyengine

Automatically exported from code.google.com/p/jmonkeyengine
0 stars 0 forks source link

RenderState combining #270

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Create a material definition with RenderState block
2. Create a material instance extending the definition just created
3. Call getAdditionalRenderState() on the instance

What is the expected output? What do you see instead?
I expect the RenderState defined in the material definition to be applied, 
instead, any RenderState set in the material instance is applied with the other 
RenderState ignored.

Original issue reported on code.google.com by ShadowIs...@gmail.com on 10 Jan 2011 at 6:46

GoogleCodeExporter commented 8 years ago
http://code.google.com/p/jmonkeyengine/source/detail?r=6458

Original comment by remy.bou...@gmail.com on 15 Jan 2011 at 1:20