readme

来自「用java3d做的一个粒子系统可以控制粒子运动」· 代码 · 共 53 行

TXT
53
字号
Particle SystemJeff White (jsw@cs.brown.edu)7/2/1998This program demonstrates a 3D particle system. The particles can berepresented as either points or lines.To run on Solaris:RUNME.solarisTo run on Windows:RUNME.windowsYou can also try:appletviewer particles.htmlBuilding (there is an example in the file compile.example):If you need to build, use -Oadd "lib" to CLASSPATHjavac -d lib -O -J-mx30m src/*.javaA java3d window and an awt control panel window will appear.Use the control panel to alter the various settings.Use the up and down arrows to rotate the particles.There are keyboard mappings for the control panel, but they don'tupdate the ui. (Make sure you click in the j3d window first).0        pause[1-7]    set point size[        fewer points]        more points<space>  toggle points/lines,        slower.        faster/        move forward in timem        move backward in timeCredits:Programming                  Jeff White (jsw@cs.brown.edu)Original particle algorithm  Steven Dollins (scd@cs.brown.edu)

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?