Updated Component Hologram (markdown)

CokaCola 2014-03-17 17:08:37 -07:00
parent e46b48055d
commit 20b9a98635

@ -17,8 +17,8 @@ Callbacks:
Set the render scale. A larger scale consumes more energy. Set the render scale. A larger scale consumes more energy.
Example usage(programs below created by Sangar): Example usage(programs below created by Sangar):
[https://github.com/OpenPrograms/Sangar-Programs/blob/master/holo-flow.lua](Holo Flow) --Generates a heightmap and 'moves' across it over time, creating the effect of a flowing terrain. [Holo Flow](https://github.com/OpenPrograms/Sangar-Programs/blob/master/holo-flow.lua) --Generates a heightmap and 'moves' across it over time, creating the effect of a flowing terrain.
[https://github.com/OpenPrograms/Sangar-Programs/blob/master/holo-text.lua](Holo Text) --Generates a random heightmap and displays scrolling text above it. [Holo Text](https://github.com/OpenPrograms/Sangar-Programs/blob/master/holo-text.lua) --Generates a random heightmap and displays scrolling text above it.
Note, the second example is quite a bit more advanced then the first. Note, the second example is quite a bit more advanced then the first.