原来我是用 Transform 去改变靶板的角度来实现斜入射的功能,现在想通过给给小球施加局部坐标系来实现,坐标已经建好了就是不知道怎么跟球连接在一起,求大神指导,谢谢了
*INITIAL_VELOCITY_GENERATION 里,ICID 是局部坐标系的 ID,以下是 LSPP 里的注释:
ICID:=Local coordinate system ID. The specified translational velocities (VX, VY, VZ) and the direction cosines of the rotation axis (NX, NY, NZ) are in the global system if ICID=0 and are in the local system if ICID is defined. Therefore, if ICID is defined, *INCLUDE_TRANSFORM does not transform (VX, VY, VZ) and (NX, NY, NZ).