Ignore:
Timestamp:
07/01/15 03:55:45 (9 years ago)
Author:
Maciej Komosinski
Message:

Typos

File:
1 edited

Legend:

Unmodified
Added
Removed
  • cpp/frams/model/model.h

    r304 r408  
    2525
    2626/**
    27     "Model" is the skeleton of the framsticks creature.
     27    "Model" is the skeleton of the Framsticks creature.
    2828    This object can be used for 2 purposes:
    29      - you can build a creature from any supported framsticks genotype
     29     - you can build a creature from any supported Framsticks genotype
    3030    format
    3131     - or generate low level f0 genotype from existing construct.
     
    3333    In both cases you have access to geometry and neuron net data.
    3434    Using this standard class assures compatibility and good
    35     integration with core framsticks engine.
     35    integration with core Framsticks engine.
    3636
    3737    Model contains 3 kinds of objects:
Note: See TracChangeset for help on using the changeset viewer.