📄 viper.java
字号:
package models;import net.jscience.j3dme.*;public class Viper extends Model{ static int[] coordinates = { -25, 0,-5, // 0 -25, 30,-5, // 3 0,-30,-5, // 6 25, 30,-5, // 9 13, 30, 5, // 12 -13, 30, 5, // 15 25, 0,-5, // 18 0,-10,5, // 21 }; static int[] wires = { 0, 3, 3, 6, 6, 9, 9,12, 12,15, 15, 3, 9,18, 21,12, 15,21, 21, 6, 3, 9 }; public Viper(){ geometry = new Wireframe(coordinates,wires); }}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -