質問編集履歴

2

コードの中身修正

2023/01/12 14:05

投稿

Hunaken0018
Hunaken0018

スコア1

test CHANGED
File without changes
test CHANGED
@@ -61,7 +61,7 @@
61
61
  model1[2].GlAngle(0.0, 0.0 , Math.PI / 2.0);
62
62
  model1[2].GlTranslate(0.0 ,-24.5 ,0.0);
63
63
 
64
- **//Model2 x,y,z
64
+ //Model2 x,y,z
65
65
  model2[0].GlTranslate(0.0 , 24.5 , 0.0 );
66
66
  model2[0].Material = fk_Material.Blue ; //+1
67
67
  model2[1].GlTranslate(10.0 , 24.5 , 0.0 );
@@ -71,7 +71,7 @@
71
71
  model2[3].GlTranslate(-10.0, 24.5, 0.0);
72
72
  model2[3].Material = fk_Material.White; //0
73
73
  model2[4].GlTranslate(-20.0, 24.5, 0.0);
74
- model2[4].Material = fk_Material.Pink; //+2**
74
+ model2[4].Material = fk_Material.Pink; //+2
75
75
 
76
76
  //Model3 x,y,z
77
77
  model3.GlTranslate(0.0 , -20.0 , 0.0);
@@ -86,7 +86,7 @@
86
86
  //ループ処理
87
87
  double speed = 0.0;
88
88
 
89
- **//ボール**
89
+ //ボール
90
90
 
91
91
 
92
92
  while (window.Update() == true)

1

コード追加

2023/01/12 14:04

投稿

Hunaken0018
Hunaken0018

スコア1

test CHANGED
File without changes
test CHANGED
@@ -9,6 +9,7 @@
9
9
 
10
10
  ---
11
11
 
12
+ ```ここに言語を入力
12
13
  using FK_CLI;
13
14
  using System;
14
15
 
@@ -101,3 +102,4 @@
101
102
 
102
103
  model3.LoTranslate(0.0, 0.0, -speed);
103
104
  }
105
+ ```