This is a read-only snapshot of the ComputerCraft forums, taken in April 2020.
Agent Silence's profile picture

Hologram-type thing

Started by Agent Silence, 19 April 2015 - 04:59 AM
Agent Silence #1
Posted 19 April 2015 - 06:59 AM
I was looking at OpenComputers and one thing that caught my eye was the Hologram Projector. I was contemplating how awesome it would go with CC. It would be especially amazing if combined with this.
Although, I personally think it should be polychromatic. What do you all think about it?
Creator #2
Posted 19 April 2015 - 08:48 AM
That may actually be a good idea. Now we need something like:

m= peripheral.wrap("top")
m.setCursorPos(x,y,z)
Waitdev_ #3
Posted 09 June 2015 - 02:20 PM
That may actually be a good idea. Now we need something like:

m= peripheral.wrap("top")
m.setCursorPos(x,y,z)
m.drawVoxel(colors.red)
:)/>
Creator #4
Posted 09 June 2015 - 02:28 PM
What is a voxel?
theoriginalbit #5
Posted 09 June 2015 - 02:52 PM
What is a voxel?
http://en.wikipedia.org/wiki/Voxel
Creator #6
Posted 09 June 2015 - 03:24 PM
Thanks ;)/>