From 3029eefd4f667a444da4414982ec2790f10b4e20 Mon Sep 17 00:00:00 2001
From: Florian Hoelzl <hoelzl@fortiss.org>
Date: Tue, 14 Aug 2018 10:45:23 +0200
Subject: [PATCH] Fixed graphicsGL.genmodel

---
 org.fortiss.tooling.graphicsGL/model/graphics3D.genmodel | 9 +++------
 1 file changed, 3 insertions(+), 6 deletions(-)

diff --git a/org.fortiss.tooling.graphicsGL/model/graphics3D.genmodel b/org.fortiss.tooling.graphicsGL/model/graphics3D.genmodel
index 1cb5e688f..ec253227d 100644
--- a/org.fortiss.tooling.graphicsGL/model/graphics3D.genmodel
+++ b/org.fortiss.tooling.graphicsGL/model/graphics3D.genmodel
@@ -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"/>
-- 
GitLab