#ident "%W%" %G%
 
/**************************************************************************
# Copyright (C) 1994 Kubota Graphics Corp.
# 
# Permission to use, copy, modify, and distribute this material for
# any purpose and without fee is hereby granted, provided that the
# above copyright notice and this permission notice appear in all
# copies, and that the name of Kubota Graphics not be used in
# advertising or publicity pertaining to this material.  Kubota
# Graphics Corporation MAKES NO REPRESENTATIONS ABOUT THE ACCURACY
# OR SUITABILITY OF THIS MATERIAL FOR ANY PURPOSE.  IT IS PROVIDED
# "AS IS", WITHOUT ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING THE
# IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
# PURPOSE AND KUBOTA GRAPHICS CORPORATION DISCLAIMS ALL WARRANTIES,
# EXPRESS OR IMPLIED.
**************************************************************************/
 
/* #ident	"@(#)Readme	1.1"	2/1/89  */


The 'flag' demo simulates a cloth in the wind.  The cloth
itself is modeled as a flexable, stretchable surface.
Internal forces keep the cloth together.  External forces
such as the wind, gravity, and the force of the attatchment
points on the poll move and constrain the cloth much in the
same way such forces would act on a real cloth.  It is
the external forces that make it behave like a flag.  By changing
those forces, we could hang curtains, drape table cloths, or even
dress a manikin.

In detail, the cloth is actually represented as a grid of point
masses held together with springs.  These points and springs
follow all of the rules of Newtonian physics, but are otherwise
left alone.  No higher level mathematics need be done to solve
the 'flag equation', because this is a simulation, not just a
graphic representation of a mathematical solution.

