|
实验室超算排队等得无聊,翻CP2K手册发现头图的标志是由三层共54*3=162个原子摆成的"CP2K"字样,每层结构如下所示,x和y方向原子间距比约1:1.4。原子显示为橙色圆球,从手册的图标取得颜色#FF6000,换算成RGB为(255/255, 96/255, 0/255)。
- ****.****......*..*
- *....*..*.****.*.*.
- *....*..*....*.**..
- *....****....*.**..
- *....*....****.*.*.
- ****.*....*....*..*
- ..........*........
- ..........****.....
复制代码
写出原子模型到.xyz文件,如附件1。
cp2k-logo.xyz
(2.5 KB, 下载次数 Times of downloads: 1)
导入VMD后输入下述指令:
- display rendermode GLSL
- display projection perspective
- display depthcue off
- color Display Background white
- axes location off
- color change rgb 79 1.0 [expr double(96)/255] 0.0
- color Element Au 79
- atomselect 0 "all"
- atomselect0 set radius 0.82
- mol modstyle 0 0 VDW 1.0 12
- mol modcolor 0 0 element
- mol modmaterial 0 0 Glossy
- material change shininess Glossy 1.00
- material change ambient Glossy 0.25
- material change diffuse Glossy 0.40
- light 1 off
- light 1 pos {-0.2 0.1 1.0}
- light 1 on
- light 2 off
- light 2 pos {-0.2 0.1 1.0}
复制代码
最后几步的指令除改变明暗外还调节了Glossy材质高光的位置,光源开关的顺序有讲究。
输完指令,旋转缩放找一个合适视角,用Tachyon渲染出24位bmp,转存为png,获得图1所示的效果。
如想更还原,可能需要PS精修或再细调材质、颜色、景深等。另外VMD显示中透视视角的消失点似乎与原标志的不一致,但是尚不清楚怎么调。 |
评分 Rate
-
查看全部评分 View all ratings
|