1. Kapitel 11
  2. Inventor III - More C++
    1. 11.1 More Inventor Nodes and Functions
      1. 11.1.1 Lights
        1. SoPointLight has an additional field for:
        2. SoDirectionalLight has an additional field for:
        3. SoSpotLight has an additional fields for:
      2. 11.1.2 Text
        1. SoFontis used to specify a font type and size for the subsequent 2D or 3D text nodes. This node contains the following fields:
        2. SoText2defines text strings that are rendered as 2D screen aligned text. It has the following fields:
        3. SoText3In contrast to 2D text 3D text scales in size according to the distance from the camera, does not stay parallel to the screen, and it can have depth. It has the following fields:
      3. 11.1.3 Callback Functions
    2. 11.2 C++, more about Variables and Classes
      1. 11.2.1 Characteristics of Variables
        1. global - local
        2. const - static
      2. 11.2.2 Definition of a Class
        1. Definition of Methods
        2. Declaration of Fields
        3. public, private, protected
    3. 11.3 Exercise 11 - Create an Object
        1. Look at the example:
        2. Figure out how the objects and buttons relate:
        3. Make an icon for your own object:
        4. Start to program your own object:
        5. Hand in:

This website has been archived and is no longer maintained.