Home | History | Annotate | Download | only in dom

Lines Matching refs:domTechnique_common

51 	mea->setElementType( domLight::domTechnique_common::registerElement(dae) );
98 domLight::domTechnique_common::create(DAE& dae)
100 domLight::domTechnique_commonRef ref = new domLight::domTechnique_common(dae);
106 domLight::domTechnique_common::registerElement(DAE& dae)
114 meta->registerClass(domLight::domTechnique_common::create);
123 mea->setOffset( daeOffsetOf(domLight::domTechnique_common,elemAmbient) );
124 mea->setElementType( domLight::domTechnique_common::domAmbient::registerElement(dae) );
129 mea->setOffset( daeOffsetOf(domLight::domTechnique_common,elemDirectional) );
130 mea->setElementType( domLight::domTechnique_common::domDirectional::registerElement(dae) );
135 mea->setOffset( daeOffsetOf(domLight::domTechnique_common,elemPoint) );
136 mea->setElementType( domLight::domTechnique_common::domPoint::registerElement(dae) );
141 mea->setOffset( daeOffsetOf(domLight::domTechnique_common,elemSpot) );
142 mea->setElementType( domLight::domTechnique_common::domSpot::registerElement(dae) );
148 meta->addContents(daeOffsetOf(domLight::domTechnique_common,_contents));
149 meta->addContentsOrder(daeOffsetOf(domLight::domTechnique_common,_contentsOrder));
151 meta->addCMDataArray(daeOffsetOf(domLight::domTechnique_common,_CMData), 1);
152 meta->setElementSize(sizeof(domLight::domTechnique_common));
159 domLight::domTechnique_common::domAmbient::create(DAE& dae)
161 domLight::domTechnique_common::domAmbientRef ref = new domLight::domTechnique_common::domAmbient(dae);
167 domLight::domTechnique_common::domAmbient::registerElement(DAE& dae)
175 meta->registerClass(domLight::domTechnique_common::domAmbient::create);
184 mea->setOffset( daeOffsetOf(domLight::domTechnique_common::domAmbient,elemColor) );
191 meta->setElementSize(sizeof(domLight::domTechnique_common::domAmbient));
198 domLight::domTechnique_common::domDirectional::create(DAE& dae)
200 domLight::domTechnique_common::domDirectionalRef ref = new domLight::domTechnique_common::domDirectional(dae);
206 domLight::domTechnique_common::domDirectional::registerElement(DAE& dae)
214 meta->registerClass(domLight::domTechnique_common::domDirectional::create);
223 mea->setOffset( daeOffsetOf(domLight::domTechnique_common::domDirectional,elemColor) );
230 meta->setElementSize(sizeof(domLight::domTechnique_common::domDirectional));
237 domLight::domTechnique_common::domPoint::create(DAE& dae)
239 domLight::domTechnique_common::domPointRef ref = new domLight::domTechnique_common::domPoint(dae);
245 domLight::domTechnique_common::domPoint::registerElement(DAE& dae)
253 meta->registerClass(domLight::domTechnique_common::domPoint::create);
262 mea->setOffset( daeOffsetOf(domLight::domTechnique_common::domPoint,elemColor) );
268 mea->setOffset( daeOffsetOf(domLight::domTechnique_common::domPoint,elemConstant_attenuation) );
274 mea->setOffset( daeOffsetOf(domLight::domTechnique_common::domPoint,elemLinear_attenuation) );
280 mea->setOffset( daeOffsetOf(domLight::domTechnique_common::domPoint,elemQuadratic_attenuation) );
287 meta->setElementSize(sizeof(domLight::domTechnique_common::domPoint));
294 domLight::domTechnique_common::domSpot::create(DAE& dae)
296 domLight::domTechnique_common::domSpotRef ref = new domLight::domTechnique_common::domSpot(dae);
302 domLight::domTechnique_common::domSpot::registerElement(DAE& dae)
310 meta->registerClass(domLight::domTechnique_common::domSpot::create);
319 mea->setOffset( daeOffsetOf(domLight::domTechnique_common::domSpot,elemColor) );
325 mea->setOffset( daeOffsetOf(domLight::domTechnique_common::domSpot,elemConstant_attenuation) );
331 mea->setOffset( daeOffsetOf(domLight::domTechnique_common::domSpot,elemLinear_attenuation) );
337 mea->setOffset( daeOffsetOf(domLight::domTechnique_common::domSpot,elemQuadratic_attenuation) );
343 mea->setOffset( daeOffsetOf(domLight::domTechnique_common::domSpot,elemFalloff_angle) );
349 mea->setOffset( daeOffsetOf(domLight::domTechnique_common::domSpot,elemFalloff_exponent) );
356 meta->setElementSize(sizeof(domLight::domTechnique_common::domSpot));