Skip to content
Snippets Groups Projects
Commit 3029eefd authored by Florian Hölzl's avatar Florian Hölzl
Browse files

Fixed graphicsGL.genmodel

parent da5230e6
No related branches found
No related tags found
No related merge requests found
......@@ -98,12 +98,9 @@
<genFeatures notify="false" createChild="false" propertySortChoices="true"
ecoreFeature="ecore:EReference graphics3D.ecore#//scene/Light3D/attenuation"/>
<genFeatures createChild="false" ecoreFeature="ecore:EAttribute graphics3D.ecore#//scene/Light3D/directional"/>
<genOperations ecoreOperation="graphics3D.ecore#//scene/Light3D/getConstantAttenuation"
body="return Light3DStaticImpl.getConstantAttenuation(this);"/>
<genOperations ecoreOperation="graphics3D.ecore#//scene/Light3D/getLinearAttenuation"
body="return Light3DStaticImpl.getLinearAttenuation(this);"/>
<genOperations ecoreOperation="graphics3D.ecore#//scene/Light3D/getQuadraticAttenuation"
body="return Light3DStaticImpl.getQuadraticAttenuation(this);"/>
<genOperations ecoreOperation="graphics3D.ecore#//scene/Light3D/getConstantAttenuation"/>
<genOperations ecoreOperation="graphics3D.ecore#//scene/Light3D/getLinearAttenuation"/>
<genOperations ecoreOperation="graphics3D.ecore#//scene/Light3D/getQuadraticAttenuation"/>
</genClasses>
<genClasses ecoreClass="graphics3D.ecore#//scene/Scene3D">
<genFeatures property="None" children="true" createChild="true" ecoreFeature="ecore:EReference graphics3D.ecore#//scene/Scene3D/cameras"/>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment