Bladeren bron

correct some typographic errors in Billboard100.frag comments

Stephen Gold 5 jaren geleden
bovenliggende
commit
969e2808e4
1 gewijzigde bestanden met toevoegingen van 3 en 3 verwijderingen
  1. 3 3
      jme3-core/src/main/resources/Common/MatDefs/ShaderNodes/Common/Billboard100.frag

+ 3 - 3
jme3-core/src/main/resources/Common/MatDefs/ShaderNodes/Common/Billboard100.frag

@@ -1,15 +1,15 @@
 void main(){
-  // First colunm.
+  // First column.
   worldViewMatrix[0][0] = scale; 
   worldViewMatrix[0][1] = 0.0; 
   worldViewMatrix[0][2] = 0.0; 
   
-  // Second colunm.
+  // Second column.
   worldViewMatrix[1][0] = 0.0; 
   worldViewMatrix[1][1] = scale; 
   worldViewMatrix[1][2] = 0.0; 
   
-  // Thrid colunm.
+  // Third column.
   worldViewMatrix[2][0] = 0.0; 
   worldViewMatrix[2][1] = 0.0; 
   worldViewMatrix[2][2] = scale;