Browse Source

More docs

Josh Engebretson 10 years ago
parent
commit
73a02b2820
1 changed files with 1 additions and 2 deletions
  1. 1 2
      RenderToTexture/Resources/Components/RenderBox.js

+ 1 - 2
RenderToTexture/Resources/Components/RenderBox.js

@@ -1,16 +1,15 @@
 
 
 // Render to texture example component
 // Render to texture example component
 
 
-
 var game = Atomic.game;
 var game = Atomic.game;
 var cache = game.cache;
 var cache = game.cache;
 var node = self.node;
 var node = self.node;
 
 
+// we're be setting up our render texture with a chest scene
 var chestScene;
 var chestScene;
 var chestNode;
 var chestNode;
 var chestCamera;
 var chestCamera;
 
 
-
 // Create a scene which get's rendered to texture
 // Create a scene which get's rendered to texture
 function createChestScene() {
 function createChestScene() {