setCustomParameter on ManualObject

Problems building or running the engine, queries about how to use features etc.
Post Reply
Anthea
Kobold
Posts: 25
Joined: Tue Oct 28, 2014 1:03 pm

setCustomParameter on ManualObject

Post by Anthea »

Hello,

i want to change the parameters in a fragment shader of a manual object at runtime.

Like in this tutorial:
http://www.ogre3d.org/tikiwiki/tiki-ind ... e=Cookbook

ManualObject has no method named setCustomParameter(..). How can I set the parameters for a manual object?

Thanks in advance!
Anthea
al2950
OGRE Expert User
OGRE Expert User
Posts: 1227
Joined: Thu Dec 11, 2008 7:56 pm
Location: Bristol, UK
x 157

Re: setCustomParameter on ManualObject

Post by al2950 »

Code: Select all

ManualObject::getSection(0)->setCustomParameter(....
Post Reply