blob: 786b1e4f5e598e547c0344b3de4e11f599196861 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
NvCloth 1.0
===========
Introduction
------------
NvCloth is a library that provides low level access to a cloth solver designed for realtime interactive applications.
Features:
* Fast and robust cloth simulation suitable for games
* Collision detection and response suitable for animated characters
* Low level interface with little overhead and easy integration
Documentation
-------------
See ./NvCloth/ReleaseNotes.txt for changes and platform support.
See ./NvCloth/docs/documentation/index.html for the release notes, API users guide and compiling instructions.
See ./NvCloth/docs/doxy/index.html for the api documentation.
|