summaryrefslogtreecommitdiff
path: root/sheets/vrml.ssh
blob: 7e8bef61e664e2fbb24a4115a78f48388602d99c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
# Style sheet for VRML files
# Copyright (c) 1995-2000 Akim Demaille, Miguel Santana
#

#
# This file is part of a2ps.
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation; either version 3, or (at your option)
# any later version.
#
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with this program; see the file COPYING.  If not, write to
# the Free Software Foundation, 59 Temple Place - Suite 330,
# Boston, MA 02111-1307, USA.
#

style VRML is
written by "Nadine Richard <Nadine.Richard@ada.eu.org>"
version is 1.0
requires a2ps 4.12
case sensitive
documentation is
   "According to"
   "   url(http://vag.vrml.org/VRML2.0/FINAL/spec/part1/grammar.html)url(Grammar Definition Version 2.0 ISO/IEC CD 14772)url."
end documentation

# Support for the main keywords
keywords in Keyword_strong are
   eventIn, eventOut, field, exposedField, EXTERNPROTO, ROUTE, TO, IS,
   DEF, USE
end keywords

# Node names
optional keywords in Keyword are

   Shape, Anchor, Billboard, Collision, Group, Transform, Inline, LOD,
   Switch, Box, Cone, Cylinder, ElevationGrid, Extrusion,
   IndexedFaceSet, IndexedLineSet, PointSet, Sphere, Text, Appearance,
   Color, Coordinate, FontStyle, ImageTexture, Material, MovieTexture,
   Normal, PixelTexture, TextureCoordinate, TextureTransform, Sound,
   AudioClip, CylinderSensor, PlaneSensor, TimeSensor,
   ProximitySensor, SphereSensor, TouchSensor, VisibilitySensor,
   Script, ColorInterpolator, CoordinateInterpolator,
   NormalInterpolator, OrientationInterpolator, PositionInterpolator,
   ScalarInterpolator

end keywords

# Support for the predefined symbols
keywords in Keyword are

   SFNode, MFNode, SFBool, SFColor, MFColor, SFFloat, MFFloat,
   SFImage, SFInt32, MFInt32, SFRotation, MFRotation, SFString,
   MFString, SFTime, MFTime, SFVect2f, MFVect2f, SFVect3f, NFVect3f

end keywords

sequences are
  # The comments
  "#" Comment,
  C-string,

  "DEF " Keyword_strong Label " " Plain

end sequences

end style