Custom RenderQueueGroup

What it says on the tin: a place to discuss proposed new features.
mdias
Gnoblar
Posts: 19
Joined: Mon Jan 30, 2012 4:25 pm
x 3

Custom RenderQueueGroup

Post by mdias »

Hello

I am trying to create my own RenderQueueGroup implementation, however I am unable to because RenderQueue::getQueueGroup is not virtual, and the RenderQueueGroup methods aren't either.
Also, my objective is to modify RenderPriorityGroup functionality (specifically the sort method), so that would need to be virtual too.

Is there any reason not to virtualize these methods? If not, could you please do it in trunk for next release?

Thank you.