Completed
Branch master (c3f4e5)
by Marko
02:33
created
src/Aframe.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -59,4 +59,4 @@
 block discarded – undo
59 59
         return $this->scenes[$name] ?? $this->scenes[$name] = new Scene($name);
60 60
     }
61 61
 }
62
- 
63 62
\ No newline at end of file
63
+    
64 64
\ No newline at end of file
Please login to merge, or discard this patch.
src/Interfaces/PrimitiveInterface.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -38,4 +38,4 @@
 block discarded – undo
38 38
     public function defaults();
39 39
 }
40 40
 
41
- 
42 41
\ No newline at end of file
42
+    
43 43
\ No newline at end of file
Please login to merge, or discard this patch.
src/Extras/Primitives.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -143,4 +143,4 @@
 block discarded – undo
143 143
         }
144 144
     }
145 145
 }
146
- 
147 146
\ No newline at end of file
147
+    
148 148
\ No newline at end of file
Please login to merge, or discard this patch.
src/Extras/Primitives/Box.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -68,4 +68,4 @@
 block discarded – undo
68 68
         $this->width();
69 69
     }
70 70
 }
71
- 
72 71
\ No newline at end of file
72
+    
73 73
\ No newline at end of file
Please login to merge, or discard this patch.
src/Extras/Primitives/Sky.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -41,4 +41,4 @@
 block discarded – undo
41 41
         $this->segmentsWidth(64);
42 42
     }
43 43
 }
44
- 
45 44
\ No newline at end of file
45
+    
46 46
\ No newline at end of file
Please login to merge, or discard this patch.
src/Extras/Primitives/Sphere.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -71,4 +71,4 @@
 block discarded – undo
71 71
         $this->segmentsWidth();
72 72
     }
73 73
 }
74
- 
75 74
\ No newline at end of file
75
+    
76 76
\ No newline at end of file
Please login to merge, or discard this patch.
src/Extras/Primitives/Plane.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -62,4 +62,4 @@
 block discarded – undo
62 62
         $this->width();
63 63
     }
64 64
 }
65
- 
66 65
\ No newline at end of file
66
+    
67 67
\ No newline at end of file
Please login to merge, or discard this patch.
src/Core/Scene.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -84,4 +84,4 @@
 block discarded – undo
84 84
         print $aframe_dom->saveHTML();
85 85
     }
86 86
 }
87
- 
88 87
\ No newline at end of file
88
+    
89 89
\ No newline at end of file
Please login to merge, or discard this patch.
src/Core/Exceptions/BadShaderCallException.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -32,4 +32,4 @@
 block discarded – undo
32 32
     }
33 33
 }
34 34
 
35
- 
36 35
\ No newline at end of file
36
+    
37 37
\ No newline at end of file
Please login to merge, or discard this patch.