/[hegemonie]/hegemonie/ModelViewer/ModelViewer.gorm/data.classes
ViewVC logotype

Diff of /hegemonie/ModelViewer/ModelViewer.gorm/data.classes

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.4 by ano, Mon Aug 18 10:22:45 2003 UTC revision 1.5 by ano, Fri Sep 12 20:51:34 2003 UTC
# Line 20  Line 20 
20      };      };
21      CameraControl = {      CameraControl = {
22          Actions = (          Actions = (
23              "validate:"              "validate:",
24                "initialize:",
25                "changeMode:"
26          );          );
27          Outlets = (          Outlets = (
28              _cameraFovy,              _cameraFovy,
# Line 39  Line 41 
41              _cameraOrthoY,              _cameraOrthoY,
42              _cameraOrthoZ,              _cameraOrthoZ,
43              _cameraView,              _cameraView,
44              _cameraPositionY              _cameraPositionY,
45                _zoom,
46                _decalageHorizontal,
47                _decalageVertical,
48                _slideZoom,
49                _slideHorizontal,
50                _slideVertical,
51                _headingAngle,
52                _pitchAngle,
53                _rollAngle,
54                _modelController,
55                _modePolygon,
56                _modeFilsDeFer,
57                _modePoints
58          );          );
59          Super = NSControl;          Super = NSControl;
60      };      };
# Line 221  Line 236 
236              "stop:",              "stop:",
237              "ret_rap:",              "ret_rap:",
238              "debut:",              "debut:",
239              "validate:"              "validate:",
240                "_loadFileMdl:",
241                "initialize:",
242                "setEnable:",
243                "changeMode:",
244                "changeTypeLumiere:",
245                "changeLumiereCourante:",
246                "active:",
247                "reglageSpot:",
248                "reglagePosition:",
249                "reglageAttenuation:"
250          );          );
251          Super = NSObject;          Super = NSObject;
252      };      };
253        LumiereController = {
254            Actions = (
255                "setEnable:",
256                "changeTypeLumiere:",
257                "changeLumiereCourante:",
258                "active:",
259                "reglageSpot:",
260                "reglagePosition:",
261                "reglageAttenuation:"
262            );
263            Outlets = (
264                _posX,
265                _posY,
266                _posZ,
267                _dirX,
268                _dirY,
269                _dirZ,
270                _slideAmbianteRouge,
271                _slideAmbianteVert,
272                _slideAmbianteBleu,
273                _rouge,
274                _vert,
275                _bleu,
276                _color,
277                _alpha,
278                _slideAmbianteAlpha,
279                _enable,
280                _angleDispersion,
281                _distanceDispersion,
282                _tailleTache,
283                _slideAngle,
284                _slideDistance,
285                _typeDirectionnel,
286                _typePonctuel,
287                _light1,
288                _light2,
289                _light3,
290                _light4,
291                _light5,
292                _light6,
293                _light7,
294                _light8,
295                _active,
296                _ambianteColor,
297                _slideSpeculaireRouge,
298                _slideSpeculaireVert,
299                _slideSpeculaireBleu,
300                _slideSpeculaireAlpha,
301                _speculaireColor,
302                _slideDiffuseRouge,
303                _slideDiffuseVert,
304                _slideDiffuseBleu,
305                _slideDiffuseAlpha,
306                _diffuseColor,
307                _slideTailleTache,
308                _flou,
309                _slideFlou,
310                _attenuationConstante,
311                _attenuationLineaire,
312                _attenuationQuadratique,
313                _panelLight
314            );
315            Super = NSControl;
316        };
317      ModelController = {      ModelController = {
318          Actions = (          Actions = (
319              "Ok:",              "Ok:",
# Line 277  Line 366 
366          Outlets = (          Outlets = (
367              _control,              _control,
368              _animeNames,              _animeNames,
369              _fileControl              _fileControl,
370                _lumiereController
371          );          );
372          Super = NSOpenGLView;          Super = NSOpenGLView;
373      };      };
# Line 294  Line 384 
384              "md3Name:",              "md3Name:",
385              "confName:",              "confName:",
386              "texName:",              "texName:",
387              "okSelf:"              "okSelf:",
388                "_loadFileMdl:"
389          );          );
390          Outlets = (          Outlets = (
391              _tableFile,              _tableFile,

Legend:
Removed from v.1.4  
changed lines
  Added in v.1.5

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26