|
本帖最后由 meatball1982 于 2016-6-13 08:57 编辑
01.或是可以用matlab来画。
02.或是用vmd来画
03.或是用ppt来画
04.或是用gimp来画(没学习明白)。
01.matlabexport_fig在file exchange里有。
- clear all
- clc
- %% outline
- % plot a sphere
- %% main
- [x,y,z]=sphere(50);
- h=surf(x,y,z,'edgecolor','none','facecolor','b','FaceLighting','gouraud')
- camlight right
- axis equal
- axis off
- % lightangle(60,40)
- lightangle(-90,-70)
- set(gca,'color','none')
- alpha(h,0.9)
- % h=gcf;
- export_fig('sphere.png','-png','transparent','-r200',gcf)
复制代码
02.vmd
vmd sphere.pdb
graphics->Representations
Drawing Method选VDW
sphere resolution 可以大一点100
Render the current scene usingOV-Ray3.6
Render Command : 默认选项 +UA
Start Rendering
注意:POV-ray得另外安装。
sphere.pdb如下
- ATOM 1 N VAL A 5 26.672 -8.547 -9.770 1.00101.48 N
复制代码
03.需要一个有高光的球。用PPT画。
找了半天,都不是特别的华丽,最后,在一个小狗子的网站找到的结果。
http://plaza.rakuten.co.jp/mscrtf/diary/201412020000/
虽然不太懂日语,但看图基本都明白。
|
|