Particle System Toolbox

버전 2.2.0.0 (20 KB) 작성자: Joerg Buchholz
Graphically simulate the interactions of particles, springs, and attractions in a particle system.
다운로드 수: 4.3K
업데이트 날짜: 2015/12/4

라이선스 보기

Did you ever wonder, how they do the simulation of all that snow, rain, dust, smoke, and fire in modern computer games? How they model bullets, ropes, curtains and solar systems?
With this particle system toolbox you can easily create particles, attractions, and springs in a particle system environment with gravity and drag and graphically simulate their interactions with just a few lines of code. Run one of the 12 demos and read the detailed documentation at
http://buchholz.hs-bremen.de/particles/particles_2_1.pdf

Have fun ...

인용 양식

Joerg Buchholz (2024). Particle System Toolbox (https://www.mathworks.com/matlabcentral/fileexchange/14314-particle-system-toolbox), MATLAB Central File Exchange. 검색됨 .

MATLAB 릴리스 호환 정보
개발 환경: R2008a
모든 릴리스와 호환
플랫폼 호환성
Windows macOS Linux
카테고리
Help CenterMATLAB Answers에서 Gravitation, Cosmology & Astrophysics에 대해 자세히 알아보기

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!
버전 게시됨 릴리스 정보
2.2.0.0

Due to a change in the axis command, the order of "axis equal" and "axis ([-limits limits -limits limits -limits limits])" had to be turned around.

1.1.0.0

Particles, springs, and attractions now have their own update_graphics_position method. New demo "Three-Body Eight".

1.0.0.0

All objects in the version 2.0 of this toolbox are derived from the handle class, significantly increasing the ease of aggregation and administration of particles, springs, and attractions in the particle system.