GitHub Issue「diamond SWAP の試作を確認する」用の承認前試作です。本実装ではありません。
- 端点: 端点自体をファセット付きの X 形状にする
- X の腕幅: 初版から 20% 縮小した細線版
- 接続線の中心: X 正面中心と奥行きをそろえ、透視投影後も上下位置が一致する
- 左右: 同寸・対称
- 色: CNOT と同じオレンジ系。試作は簡易 PBR 材質で、本実装では専用
diamond_SWAPシェーダと独立色設定を追加する - 比較: 通常幅(2セル)と最大幅(6セル)
| # タンテ右翼 | |
| https://soundcloud.com/turntablerw/tracks | |
| # アライズバトル | |
| DJ Shun | |
| https://www.youtube.com/watch?v=aLvL9XooksA | |
| DJ Kouji | |
| https://www.youtube.com/watch?v=GR1ugHn8LAk |
| module TitleHelper | |
| def title(text: nil, size: nil, url: nil, spaced: false, &block) | |
| body = text || capture(&block) || raise('Text is a mandatory.') | |
| klass = CssClassString::Helper.new('title', "is-#{size}" => size, 'is-spaced' => spaced).to_s | |
| if url | |
| link_to body, url, class: klass | |
| else | |
| tag.__send__ "h#{size || 3}", body, class: klass | |
| end | |
| end |
| /home/yasuhito/.rvm/rubies/ruby-2.1.8/bin/ruby -I/home/yasuhito/.rvm/gems/ruby-2.1.8/gems/rspec-core-3.4.3/lib:/home/yasuhito/.rvm/gems/ruby-2.1.8/gems/rspec-support-3.4.1/lib /home/yasuhito/.rvm/gems/ruby-2.1.8/gems/rspec-core-3.4.3/exe/rspec --pattern spec/\*\*\{,/\*/\*\*\}/\*_spec.rb | |
| [31mYou are using HTTP Gem 0.5.1. WebMock supports version >= 0.6.0.[0m | |
| [32m[Coveralls] Set up the SimpleCov formatter.[0m | |
| [32m[Coveralls] Using SimpleCov's default settings.[0m | |
| Run options: include {:focus=>true} | |
| All examples were filtered out; ignoring {:focus=>true} | |
| VNetAPIClient | |
| has implemented and tested all routes in the OpenVNet WebAPI |