mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
1.4.0
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@520 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
fcd020c830
commit
65a5162550
156 changed files with 21888 additions and 18301 deletions
|
|
@ -1,12 +1,12 @@
|
|||
# random dot steraogram
|
||||
# usage: rcs.rb rcs.dat
|
||||
|
||||
sw = 40.0 # 元のパターンの幅
|
||||
dw = 78.0 # 生成される Random Character Streogram の幅
|
||||
sw = 40.0 # width of original pattern
|
||||
dw = 78.0 # width of generating Random Character Streogram
|
||||
hdw = dw / 2.0
|
||||
w = 20.0 # 両眼の幅
|
||||
h =1.0 # 画面と基準面の距離
|
||||
d = 0.2 # 単位当たりの浮き上がり方
|
||||
w = 20.0 # distance between eyes
|
||||
h =1.0 # distance from screen and base plane
|
||||
d = 0.2 # z value unit
|
||||
ss="abcdefghijklmnopqrstuvwxyz0123456789#!$%^&*()-=\\[];'`,./"
|
||||
rnd = srand()
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue