US6509899B1 - Time differencing for improved cloth animation - Google Patents

Time differencing for improved cloth animation Download PDF

Info

Publication number
US6509899B1
US6509899B1 US09/516,330 US51633000A US6509899B1 US 6509899 B1 US6509899 B1 US 6509899B1 US 51633000 A US51633000 A US 51633000A US 6509899 B1 US6509899 B1 US 6509899B1
Authority
US
United States
Prior art keywords
point
polygonal mesh
calculating
velocity
flexible surface
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Expired - Lifetime
Application number
US09/516,330
Inventor
John R Anderson
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Lucasfilm Entertainment Co Ltd
Original Assignee
Lucas Digital Ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Lucas Digital Ltd filed Critical Lucas Digital Ltd
Priority to US09/516,330 priority Critical patent/US6509899B1/en
Assigned to LUCAS DIGITAL LTD reassignment LUCAS DIGITAL LTD ASSIGNMENT OF ASSIGNORS INTEREST (SEE DOCUMENT FOR DETAILS). Assignors: ANDERSON, JOHN R.
Application granted granted Critical
Publication of US6509899B1 publication Critical patent/US6509899B1/en
Assigned to LUCASFILM ENTERTAINMENT COMPANY LTD reassignment LUCASFILM ENTERTAINMENT COMPANY LTD MERGER (SEE DOCUMENT FOR DETAILS). Assignors: LUCAS DIGITAL LTD. LLC
Anticipated expiration legal-status Critical
Expired - Lifetime legal-status Critical Current

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06TIMAGE DATA PROCESSING OR GENERATION, IN GENERAL
    • G06T13/00Animation
    • G06T13/203D [Three Dimensional] animation
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06TIMAGE DATA PROCESSING OR GENERATION, IN GENERAL
    • G06T2210/00Indexing scheme for image generation or computer graphics
    • G06T2210/16Cloth

Definitions

  • This invention relates to improved techniques for simulation of fabric dynamics and more specifically to explicit time discretization techniques of the differential equations for cloth simulation.
  • the present invention includes a new technique for time differencing the underlying differential equations involved in the simulation of fabric dynamics.
  • This new formulation is based on the separation of the damping force terms which are derived from the relative grid velocities and the tensile and bending stiffness terms which are derived from the relative grid positions.
  • the time integration strategy is based on the evaluation of the stiffness and damping terms to produce a new velocity state and this new velocity state is then used to update the grid geometry. This separation of terms allows the formulation of a system which displays dynamically neutral behavior for wave propagation phenomena and stable integration of the damping terms.
  • This force separation approach results in a time integration scheme which is four times more efficient than the commonly used backwards Euler (sometimes referred to as 2nd order Runga-Kutta) scheme since it allows time steps to be twice as long with each time step having half the computational complexity. It is also twice as efficient as the leapfrog time differencing techniques which are subjects of current research without any of the mode-splitting and problems associated with leapfrog methods.
  • the technique lends itself to the use of explicit sub-cycling where the tensile stiffness terms are integrated separately with a smaller and simpler time step than the bending and damping forces.
  • the present invention simulates motion of a flexible surface using the steps of representing the flexible surface with a polygonal mesh interconnecting a plurality of points and calculating a new position of each point of the polygonal mesh over time using a first order differential equation for position and calculating a new velocity of each point of the polygonal mesh over time using a first order differential equation for velocity.
  • the present invention simulates motion of a flexible surface using the steps of representing the flexible surface with a polygonal mesh interconnecting a plurality of points, calculating each point's position over time using a first order differential equation employing an old position and an old velocity to determine a new position and calculating each point's velocity over time using a first order differential equation employing the new position and current velocity to determine the new velocity.
  • the present invention simulates motion of a flexible surface using the steps of representing the flexible surface with a polygonal mesh interconnecting a plurality of points and calculating a new first characteristic and a new second characteristic of each point of the polygonal mesh over time using a first order differential equation for the first characteristic and a first order differential equation for the second characteristic.
  • FIG. 1 is a block diagram of a computer apparatus according to the present invention.
  • FIG. 2 is a 3-dimensional representation of a garment to be simulated.
  • FIG. 3 is a 3-dimensional close-up of a portion of the simulation mesh of the garment of FIG. 2 .
  • FIG. 4 is a simulation element model of a polygon of FIG. 3 .
  • FIG. 5 is a simulation time step model showing sub-cycle periods.
  • Processor 12 may be any standard digital computer processor.
  • processor 12 is a workstation-class processor such as SILICON-GRAPHICS INDIGO2-EXTREME for interactive work, or SILICON-GRAPHICS CHALLENGE SERVERS FOR BATCH PROCESSING, running any appropriate conventional operating system such as the IRIX5.3 operating system.
  • System software 14 may be stored on storage unit 16 which may be any conventional storage device such as an internal fixed disk drive.
  • simulation software 18 which, in accordance with the present invention, performs the dynamic simulation algorithms and manages the necessary data, as described in greater detail below.
  • An interactive user input may be provided via standard input peripherals such as keyboard 20 and/or mouse 22 .
  • Graphical output created by processor 12 under control of simulation software 18 may be transmitted to a display device such as video monitor 24 for display to users; equivalently, output may also be transmitted to a printing devices to generate hard copy output in the form of videotape, film, slides, or the like.
  • garment 30 is to be simulated in accordance with the present invention.
  • garment 30 may be modeled by a polygonal mesh.
  • a close-up of simulation mesh is shown in FIG. 3 .
  • Sleeve 32 of garment 30 may be represented by mesh 34 .
  • Mesh 34 may be composed of many individual polygons such as polygon 36 .
  • Polygon 36 includes and is described by points 38 , 40 , 42 and 44 .
  • polygon 36 is shown in close-up including its dynamic simulation elements.
  • Tensile stiffness of fabric such as fabric 28 may be accommodated in a dynamic simulation by springs between the corner points.
  • spring 39 is between point 38 and point 40
  • spring 41 is between point 40 and point 42
  • spring 43 is between point 42 and point 44
  • spring 45 is between point 38 and point 44 .
  • Restoring spring 46 controls the bending response of polygon 36 about hinge 48 .
  • Equation 50 is a forward looking step which uses old position, X t , and old velocity, V t , to determine the next position of each point X t+1 .
  • Equation 52 is a backward looking step which uses new position, X t+1 , and the old velocity, V t , to determine the new velocity of each point V t+1 .
  • New velocity V t+1 is the sum of old velocity, V t , acceleration due to spring forces ⁇ tF x (X t+1 ), and damping force due to old velocity ⁇ tF v (V t ).
  • V t+1 V t + ⁇ tF x ( X t+1 )+ ⁇ tF v ( V t ) Equation 52
  • time step ⁇ t of a dynamic simulation according to the present invention may be twice as long as that of conventional techniques owing to the improved stability of the present invention at the same level of accuracy as conventional techniques.
  • the length of time steps such as ⁇ t may be limited by the stability of the simulation which is a function of the strength of the simulation springs such as springs 39 , 41 , 43 , 45 and 46 .
  • Tensile springs such as springs 39 , 41 , 43 , 45 are generally the limiting quantities. This effect is most pronounced in stiff fabrics such as leather or kevlar.
  • bending and damping forces 58 may be separated from tensile force 60 .
  • Bending and damping forces 58 such as those generated by spring 46 may be integrated over time ⁇ t and then held constant at the calculated value for the period of ⁇ t.
  • ⁇ t may be subdivided into sub-cycles such as period 62 .
  • tensile force 60 may then be calculated, using equations such as equations 54 and 56, for each sub-cycle such as period 62 with bending and damping forces 58 held constant.
  • V t0+(J+1) ⁇ t V t0+J ⁇ t +F v ( V t0 ) ⁇ t+ F v ′( V t0+J ⁇ t ⁇ V t0 ) ⁇ t+F x ( X t0 ) ⁇ t+F x ′( X t0+J ⁇ t ⁇ X t0 ) ⁇ t Equation 56

Landscapes

  • Physics & Mathematics (AREA)
  • General Physics & Mathematics (AREA)
  • Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • Processing Or Creating Images (AREA)
  • Management, Administration, Business Operations System, And Electronic Commerce (AREA)

Abstract

A dynamic cloth simulation technique according to the present invention decomposes the second order differential equations of motion into two first order differential equations which permits separation of position and velocity terms. In another aspect of the present invention tensile stiffness terms are separated from bending and damping terms. The bending and damping terms may be integrated using long time steps to promote simulation stability. Tensile stiffness terms may be calculated in sub-cycle periods shorter than the long time steps used for bending and damping calculations. Use of short sub-cycle steps in simulations of garments having high tensile spring forces permits a stable dynamic simulation with a high degreee of realism.

Description

RELATED APPLICATION
This application claims priority of Provisional application Serial No. 60/122,195 filed Mar. 1, 1999.
BACKGROUND OF THE INVENTION
1. Field of the Invention
This invention relates to improved techniques for simulation of fabric dynamics and more specifically to explicit time discretization techniques of the differential equations for cloth simulation.
2. Description of the Prior Art
Conventional animation has always been a labor intensive project. Having human effort create each and every image used to generate the animation allowed extensive control over how items to be animated appeared. The cost of the extensive control is paid in human labor. As more computers are used to generate animation, Human labor is minimized by using computer simulations to generate many of the frames embodying the animation.
Conventional computer simulation techniques for cloth and soft body animation are of two varieties, simple and complex. The complex techniques yield acceptable animation results but require large computational resources and may require several iterations to achieve the desired result. Simple techniques are computationally efficient and their results are crude and simple. Using simple simulation techniques may require many iterations to achieve a functional simulation from which marginal animation may be generated. What is needed is a computationally efficient simulation for cloth and soft body animation that yields realistic results.
SUMMARY OF THE INVENTION
In a first aspect, the present invention includes a new technique for time differencing the underlying differential equations involved in the simulation of fabric dynamics. This new formulation is based on the separation of the damping force terms which are derived from the relative grid velocities and the tensile and bending stiffness terms which are derived from the relative grid positions. The time integration strategy is based on the evaluation of the stiffness and damping terms to produce a new velocity state and this new velocity state is then used to update the grid geometry. This separation of terms allows the formulation of a system which displays dynamically neutral behavior for wave propagation phenomena and stable integration of the damping terms. This force separation approach results in a time integration scheme which is four times more efficient than the commonly used backwards Euler (sometimes referred to as 2nd order Runga-Kutta) scheme since it allows time steps to be twice as long with each time step having half the computational complexity. It is also twice as efficient as the leapfrog time differencing techniques which are subjects of current research without any of the mode-splitting and problems associated with leapfrog methods. When the simulation of high tensile stiffness fabrics is required the technique lends itself to the use of explicit sub-cycling where the tensile stiffness terms are integrated separately with a smaller and simpler time step than the bending and damping forces.
In another aspect, the present invention simulates motion of a flexible surface using the steps of representing the flexible surface with a polygonal mesh interconnecting a plurality of points and calculating a new position of each point of the polygonal mesh over time using a first order differential equation for position and calculating a new velocity of each point of the polygonal mesh over time using a first order differential equation for velocity.
In still another aspect, the present invention simulates motion of a flexible surface using the steps of representing the flexible surface with a polygonal mesh interconnecting a plurality of points, calculating each point's position over time using a first order differential equation employing an old position and an old velocity to determine a new position and calculating each point's velocity over time using a first order differential equation employing the new position and current velocity to determine the new velocity.
In a further aspect, the present invention simulates motion of a flexible surface using the steps of representing the flexible surface with a polygonal mesh interconnecting a plurality of points and calculating a new first characteristic and a new second characteristic of each point of the polygonal mesh over time using a first order differential equation for the first characteristic and a first order differential equation for the second characteristic.
These and other features and advantages of this invention will become further apparent from the detailed description and accompanying figures that follow. In the figures and description, numerals indicate the various features of the invention, like numerals referring to like features throughout both the drawings and the description.
BRIEF DESCRIPTION OF THE DRAWINGS
FIG. 1 is a block diagram of a computer apparatus according to the present invention.
FIG. 2 is a 3-dimensional representation of a garment to be simulated.
FIG. 3 is a 3-dimensional close-up of a portion of the simulation mesh of the garment of FIG. 2.
FIG. 4 is a simulation element model of a polygon of FIG. 3.
FIG. 5 is a simulation time step model showing sub-cycle periods.
DETAILED DESCRIPTION OF THE PREFERRED EMBODIMENT(S)
Referring now to FIG. 1, the general architecture of a digital computer system 10 for implementing the present invention is shown. Processor 12 may be any standard digital computer processor. In a currently preferred embodiment of the present invention processor 12 is a workstation-class processor such as SILICON-GRAPHICS INDIGO2-EXTREME for interactive work, or SILICON-GRAPHICS CHALLENGE SERVERS FOR BATCH PROCESSING, running any appropriate conventional operating system such as the IRIX5.3 operating system. Although the processor 12 is shown as one unit, it will be appreciated that separate processes may be employed for interactive use and batch processing. System software 14 may be stored on storage unit 16 which may be any conventional storage device such as an internal fixed disk drive. Also preferably stored on storage unit 16 is simulation software 18 which, in accordance with the present invention, performs the dynamic simulation algorithms and manages the necessary data, as described in greater detail below. An interactive user input, where referenced below, may be provided via standard input peripherals such as keyboard 20 and/or mouse 22. Graphical output created by processor 12 under control of simulation software 18 may be transmitted to a display device such as video monitor 24 for display to users; equivalently, output may also be transmitted to a printing devices to generate hard copy output in the form of videotape, film, slides, or the like.
Referring now to FIG. 2, garment 30 is to be simulated in accordance with the present invention. For the purposes of simulation, garment 30 may be modeled by a polygonal mesh. A close-up of simulation mesh is shown in FIG. 3. Sleeve 32 of garment 30 may be represented by mesh 34. Mesh 34 may be composed of many individual polygons such as polygon 36. Polygon 36 includes and is described by points 38, 40, 42 and 44.
Referring now to FIG. 4, polygon 36 is shown in close-up including its dynamic simulation elements. Tensile stiffness of fabric such as fabric 28 may be accommodated in a dynamic simulation by springs between the corner points. For polygon 36, spring 39 is between point 38 and point 40, spring 41 is between point 40 and point 42, spring 43 is between point 42 and point 44, spring 45 is between point 38 and point 44 . Restoring spring 46 controls the bending response of polygon 36 about hinge 48.
The dynamics of each point of a simulation mesh such as points 38, 40, 42 and 44 may be described by second order differential equations in terms of position and velocity as functions of time. In a currently preferred embodiment of the present invention a conventional second order differential equation may be replaced by two, coupled, first order differential equations such as equations 50 and 52 where X is the position state vector and V is the velocity vector. By converting a second order differential equation into two, first order differential equations, position and velocity of each point may be determined separately. Equation 50 is a forward looking step which uses old position, Xt, and old velocity, Vt, to determine the next position of each point Xt+1.
X t+1 =X t +ΔtV t  Equation 50
Equation 52 is a backward looking step which uses new position, Xt+1, and the old velocity, Vt, to determine the new velocity of each point Vt+1. New velocity Vt+1 is the sum of old velocity, Vt, acceleration due to spring forces ΔtFx(Xt+1), and damping force due to old velocity ΔtFv(Vt).
V t+1 =V t +ΔtF x(X t+1)+ΔtF v(V t)  Equation 52
Separation of position and velocity calculations cuts the computational complexity of a simulation in half compared to conventional techniques which generally compute position and velocity twice to achieve some level of dynamic stability. Additionally, time step Δt of a dynamic simulation according to the present invention may be twice as long as that of conventional techniques owing to the improved stability of the present invention at the same level of accuracy as conventional techniques.
Explicit Sub-Cycling
When simulating motion of high tensile stiffness fabric and soft bodied objects such as garment 30, the length of time steps such as Δt may be limited by the stability of the simulation which is a function of the strength of the simulation springs such as springs 39, 41, 43, 45 and 46. Tensile springs such as springs 39, 41, 43, 45 are generally the limiting quantities. This effect is most pronounced in stiff fabrics such as leather or kevlar.
Referring now to FIGS. 4 and 5, In a currently preferred embodiment of the present invention bending and damping forces 58 may be separated from tensile force 60. Bending and damping forces 58 such as those generated by spring 46 may be integrated over time Δt and then held constant at the calculated value for the period of Δt. Δt may be subdivided into sub-cycles such as period 62. tensile force 60 may then be calculated, using equations such as equations 54 and 56, for each sub-cycle such as period 62 with bending and damping forces 58 held constant.
X t0+(J+1)Δt =X t0+JΔt +ΔtV t0+JΔt  Equation 54
V t0+(J+1)Δt =V t0+JΔt +F v(V t0)Δt+F v′(V t0+JΔt −V t0t+F x(X t0t+F x′(X t0+JΔt −X t0t  Equation 56
Having now described the invention in accordance with the requirements of the patent statutes, those skilled in the art will understand how to make changes and modifications in the present invention to meet their specific requirements or conditions. Such changes and modifications may be made without departing from the scope and spirit of the invention as set forth in the following claims.

Claims (7)

I claim:
1. A method of simulating motion of a flexible surface comprising the steps of:
representing the flexible surface with a polygonal mesh interconnecting a plurality of points;
calculating a new position of each point of the polygonal mesh over time using a first order differential equation employing an old position and an old velocity to determine the new position; and
calculating a new velocity of each point of the polygonal mesh over time using a first order differential equation employing the new position and current velocity to determine the new velocity.
2. A method of simulating motion of a flexible surface comprising the steps of:
representing the flexible surface with a polygonal mesh interconnecting a plurality of points;
calculating a position of each point of the polygonal mesh over time using a first order differential equation of the form XT+1=XT+ΔTVT; and
calculating a velocity of each point of the polygonal mesh over time using a first order differential equation of the form VT+1=VT+ΔTFx(XT+1)+ΔTFv(VT).
3. A method of simulating motion of a flexible surface comprising the steps of:
representing the flexible surface with a polygonal mesh interconnecting a plurality of points;
calculating a new position of each point of the polygonal mesh over time using a first order differential equation employing an old position and an old velocity to determine the new position;
calculating a bending and a damping force at each point of the polygonal mesh over time ΔT; and
calculating a tensile force at each point of the polygonal mesh over time ΔT/n.
4. A method of simulating motion of a flexible surface comprising the steps of:
representing the flexible surface with a polygonal mesh interconnecting a plurality of points;
calculating a position of each point of the polygonal mesh over time using an equation of the form Xt0+(j+1)Δt=Xt0+jΔt+ΔtVt0+jΔt; and
calculating a velocity of each point of the polygonal mesh over time using an equation of the form Vt0+(j+1)Δt=Vt0+jΔt+Fx(Xt0)Δt+Fx′(Xt0+jΔt−Xt0)Δt+Fv(Vt0)Δt+Fv′(Vt0+jΔt−Vt0)Δt.
5. A flexible surface animated by a process comprising the steps of:
representing the flexible surface with a polygonal mesh interconnecting a plurality of points;
calculating each point's position over time using a first order differential equation of the form XT+1=XT+ΔTVT; and
calculating each point's velocity over time using a first order differential equation of the form VT+1=VT+ΔTFx(XT+1)+ΔTFv(VT).
6. A flexible surface animated by a process comprising the steps of:
representing the flexible surface with a polygonal mesh interconnecting a plurality of points;
calculating each point's position over time using a first order differential equation of the form Xt0+(j+1)Δt=Xt0+jΔt+ΔtVt0+jΔt; and
calculating each point's velocity over time using a first order differential equation of the form Vt0+(j+1)Δt=Vt0+jΔt+Fx(Xt0)Δt+Fx′(Xt0+jΔt−Xt0)Δt+Fv(Vt0)Δt+Fv′(Vt0+jΔt−Vt0)Δt.
7. A method of simulating motion of a flexible surface comprising the steps of:
representing the flexible surface with a polygonal mesh interconnecting a plurality of points;
calculating a new first characteristic of each point of the polygonal mesh over a first time period; and
calculating a new second characteristic of each point of the polygonal mesh over a second time period and the second time period is shorter than the first time period.
US09/516,330 1999-03-01 2000-03-01 Time differencing for improved cloth animation Expired - Lifetime US6509899B1 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
US09/516,330 US6509899B1 (en) 1999-03-01 2000-03-01 Time differencing for improved cloth animation

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
US12219599P 1999-03-01 1999-03-01
US09/516,330 US6509899B1 (en) 1999-03-01 2000-03-01 Time differencing for improved cloth animation

Publications (1)

Publication Number Publication Date
US6509899B1 true US6509899B1 (en) 2003-01-21

Family

ID=26820272

Family Applications (1)

Application Number Title Priority Date Filing Date
US09/516,330 Expired - Lifetime US6509899B1 (en) 1999-03-01 2000-03-01 Time differencing for improved cloth animation

Country Status (1)

Country Link
US (1) US6509899B1 (en)

Cited By (11)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20020161562A1 (en) * 2001-04-25 2002-10-31 Oliver Strunk Method and apparatus for simulating dynamic contact of objects
US20020180739A1 (en) * 2001-04-25 2002-12-05 Hugh Reynolds Method and apparatus for simulating soft object movement
US20050197731A1 (en) * 2004-02-26 2005-09-08 Samsung Electroncics Co., Ltd. Data structure for cloth animation, and apparatus and method for rendering three-dimensional graphics data using the data structure
US20060031047A1 (en) * 2004-06-15 2006-02-09 Sara Lee Corporation Garment-model computer simulations
US7385601B2 (en) 2004-06-15 2008-06-10 Hbi Branded Apparel Enterprises, Llc Systems and methods of generating integrated garment-model simulations
WO2008146972A1 (en) * 2007-05-29 2008-12-04 Fxgear Inc. System and method for real-time cloth simulation
US20090135189A1 (en) * 2007-11-22 2009-05-28 Electronics And Telecommunications Research Institute Character animation system and method
US7788071B2 (en) 2004-12-03 2010-08-31 Telekinesys Research Limited Physics simulation apparatus and method
US20150242546A1 (en) * 2014-02-21 2015-08-27 Inyong JEON Method of Cloth Simulation using Constrainable Multigrid
US20190259192A1 (en) * 2018-02-21 2019-08-22 Autodesk, Inc. Hybrid structural-geometric technique for performing draping simulation of woven fabric composites
CN114882153A (en) * 2022-04-01 2022-08-09 网易(杭州)网络有限公司 Animation generation method and device

Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US6121864A (en) * 1999-03-29 2000-09-19 Tillmann; Ronald Edmund Security switch and method for installation thereof
US6141019A (en) * 1995-10-13 2000-10-31 James B. Roseborough Creature animation and simulation technique
US6246420B1 (en) * 1996-10-11 2001-06-12 Matsushita Electric Industrial Co., Ltd. Movement data connecting method and apparatus therefor
US6300960B1 (en) * 1997-08-04 2001-10-09 Pixar Animation Studios Realistic surface simulation in computer animation
US6342886B1 (en) * 1999-01-29 2002-01-29 Mitsubishi Electric Research Laboratories, Inc Method for interactively modeling graphical objects with linked and unlinked surface elements
US6369834B1 (en) * 1996-04-04 2002-04-09 Massachusetts Institute Of Technology Method and apparatus for determining forces to be applied to a user through a haptic interface

Patent Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US6141019A (en) * 1995-10-13 2000-10-31 James B. Roseborough Creature animation and simulation technique
US6369834B1 (en) * 1996-04-04 2002-04-09 Massachusetts Institute Of Technology Method and apparatus for determining forces to be applied to a user through a haptic interface
US6246420B1 (en) * 1996-10-11 2001-06-12 Matsushita Electric Industrial Co., Ltd. Movement data connecting method and apparatus therefor
US6300960B1 (en) * 1997-08-04 2001-10-09 Pixar Animation Studios Realistic surface simulation in computer animation
US6342886B1 (en) * 1999-01-29 2002-01-29 Mitsubishi Electric Research Laboratories, Inc Method for interactively modeling graphical objects with linked and unlinked surface elements
US6121864A (en) * 1999-03-29 2000-09-19 Tillmann; Ronald Edmund Security switch and method for installation thereof

Non-Patent Citations (1)

* Cited by examiner, † Cited by third party
Title
The Simulation of Three-Dimensional Convective Storm Dynamics; Joseph B. Klemp et al.; Journal of the Atmospheric Sciences, vol. 35, Jun. 1978, pp. 1070-1096.

Cited By (20)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20020161562A1 (en) * 2001-04-25 2002-10-31 Oliver Strunk Method and apparatus for simulating dynamic contact of objects
US20020180739A1 (en) * 2001-04-25 2002-12-05 Hugh Reynolds Method and apparatus for simulating soft object movement
US7353149B2 (en) 2001-04-25 2008-04-01 Telekinesys Research Limited Method and apparatus for simulating dynamic contact of objects
US7363199B2 (en) * 2001-04-25 2008-04-22 Telekinesys Research Limited Method and apparatus for simulating soft object movement
US20050197731A1 (en) * 2004-02-26 2005-09-08 Samsung Electroncics Co., Ltd. Data structure for cloth animation, and apparatus and method for rendering three-dimensional graphics data using the data structure
US20060031047A1 (en) * 2004-06-15 2006-02-09 Sara Lee Corporation Garment-model computer simulations
US7385601B2 (en) 2004-06-15 2008-06-10 Hbi Branded Apparel Enterprises, Llc Systems and methods of generating integrated garment-model simulations
US7788071B2 (en) 2004-12-03 2010-08-31 Telekinesys Research Limited Physics simulation apparatus and method
US20100299121A1 (en) * 2004-12-03 2010-11-25 Telekinesys Research Limited Physics Simulation Apparatus and Method
US20110077923A1 (en) * 2004-12-03 2011-03-31 Telekinesys Research Limited Physics simulation apparatus and method
US8437992B2 (en) 2004-12-03 2013-05-07 Telekinesys Research Limited Physics simulation apparatus and method
US9440148B2 (en) 2004-12-03 2016-09-13 Telekinesys Research Limited Physics simulation apparatus and method
US20100070246A1 (en) * 2007-05-29 2010-03-18 Kwang-Jin Choi System and method for real-time cloth simulation
WO2008146972A1 (en) * 2007-05-29 2008-12-04 Fxgear Inc. System and method for real-time cloth simulation
US8392154B2 (en) * 2007-05-29 2013-03-05 Fxgear Inc. System and method for real-time cloth simulation
US20090135189A1 (en) * 2007-11-22 2009-05-28 Electronics And Telecommunications Research Institute Character animation system and method
US20150242546A1 (en) * 2014-02-21 2015-08-27 Inyong JEON Method of Cloth Simulation using Constrainable Multigrid
US20190259192A1 (en) * 2018-02-21 2019-08-22 Autodesk, Inc. Hybrid structural-geometric technique for performing draping simulation of woven fabric composites
US11069116B2 (en) * 2018-02-21 2021-07-20 Autodesk, Inc. Hybrid structural-geometric technique for performing draping simulation of woven fabric composites
CN114882153A (en) * 2022-04-01 2022-08-09 网易(杭州)网络有限公司 Animation generation method and device

Similar Documents

Publication Publication Date Title
US7225404B1 (en) Method and apparatus for determining forces to be applied to a user through a haptic interface
US6369834B1 (en) Method and apparatus for determining forces to be applied to a user through a haptic interface
Tang et al. Construction of force haptic reappearance system based on Geomagic Touch haptic device
US6909431B1 (en) Position and shape control for cloth and soft body animation
Adam Virtual reality is for real
JPH0962864A (en) High speed plotting method and its device
CN110046406B (en) Soft tissue simulation method with force feedback structure in anatomical teaching system
US6509899B1 (en) Time differencing for improved cloth animation
JP4936522B2 (en) Image processing method and image processing apparatus
WO2008146972A1 (en) System and method for real-time cloth simulation
Nixon et al. A fluid-based soft-object model
Courtecuisse et al. Haptic rendering of hyperelastic models with friction
US6657629B2 (en) Collision flypapering: a method for defining realistic behavior for simulated objects in computer animation
Nishino et al. An IEC-based haptic rendering optimizer
Mesit et al. 3D Soft Body Simulation Using Mass-spring System with Internal Pressure Force and Simplified Implicit Integration.
Mousas et al. Performance-driven hybrid full-body character control for navigation and interaction in virtual environments
Marinkovic et al. Towards real-time simulation of deformable structures by means of co-rotational finite element formulation
Ix et al. A novel haptics-based interface and sculpting system for physics-based geometric design
Tagawa et al. Manipulation of dynamically deformable object using impulse-based approach
Aliaga Virtual and real object collisions in a merged environment
Kry et al. Inverse kinodynamics: Editing and constraining kinematic approximations of dynamic motion
JPH11272157A (en) Gripping operation simulation device for body
Hilde et al. A fast implicit integration method for solving dynamic equations of movement
Bryson et al. Research frontiers in virtual reality
JP3023082B2 (en) Thinking support system

Legal Events

Date Code Title Description
AS Assignment

Owner name: LUCAS DIGITAL LTD, CALIFORNIA

Free format text: ASSIGNMENT OF ASSIGNORS INTEREST;ASSIGNOR:ANDERSON, JOHN R.;REEL/FRAME:010833/0872

Effective date: 20000515

STCF Information on status: patent grant

Free format text: PATENTED CASE

FPAY Fee payment

Year of fee payment: 4

AS Assignment

Owner name: LUCASFILM ENTERTAINMENT COMPANY LTD, CALIFORNIA

Free format text: MERGER;ASSIGNOR:LUCAS DIGITAL LTD. LLC;REEL/FRAME:018338/0929

Effective date: 20040430

FPAY Fee payment

Year of fee payment: 8

FPAY Fee payment

Year of fee payment: 12