• R/O
  • HTTP
  • SSH
  • HTTPS

提交

标签
No Tags

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

MIDITrail をピカピカにする。鍵盤方向自動切替・多ポート・歌詞対応等


Commit MetaInfo

修订版382ce70f692dc8267cd147bd9f0754471d39a109 (tree)
时间2019-12-27 01:48:04
作者yoshy <yoshy@user...>
Commiteryoshy

Log Message

[CLEAN] コメントの軽微な修正

更改概述

差异

--- a/MIDITrail/MTNoteDesignRingMod.cpp
+++ b/MIDITrail/MTNoteDesignRingMod.cpp
@@ -4,7 +4,7 @@
44 //
55 // ノートデザインリングModクラス
66 //
7-// Copyright (C) 2019 WADA Masashi. All Rights Reserved.
7+// Copyright (C) 2019 Yossiepon Oniichan. All Rights Reserved.
88 //
99 //******************************************************************************
1010
--- a/MIDITrail/MTNoteRippleMod.cpp
+++ b/MIDITrail/MTNoteRippleMod.cpp
@@ -396,7 +396,7 @@ int MTNoteRippleMod::Draw(
396396 pD3DDevice->SetTextureStageState(0, D3DTSS_COLOROP, D3DTOP_MODULATE);
397397 pD3DDevice->SetTextureStageState(0, D3DTSS_COLORARG1, D3DTA_TEXTURE);
398398 pD3DDevice->SetTextureStageState(0, D3DTSS_COLORARG2, D3DTA_DIFFUSE);
399- // アルファ演算:引数1を使用 引数1:ポリゴン
399+ // アルファ演算:乗算 引数1:テクスチャ 引数2:ポリゴン
400400 pD3DDevice->SetTextureStageState(0, D3DTSS_ALPHAOP, D3DTOP_MODULATE);
401401 pD3DDevice->SetTextureStageState(0, D3DTSS_ALPHAARG1, D3DTA_TEXTURE);
402402 pD3DDevice->SetTextureStageState(0, D3DTSS_ALPHAARG2, D3DTA_DIFFUSE);