Jump to content
  • Sky
  • Blueberry
  • Slate
  • Blackcurrant
  • Watermelon
  • Strawberry
  • Orange
  • Banana
  • Apple
  • Emerald
  • Chocolate
  • Charcoal

Question

2 answers to this question

Recommended Posts

  • 0

The projectors are a joke... seriously

 

Here's a screenshot of my test on an array of them:

hologram_array.png

If it weren't for a few annoyances:

- slow to update

- jittery

- only 3 colors

- not precise rotation

- a few others not mentioned

they'd actually be pretty cool and useful.

But currently, don't expect to do anything cool with them.

(Like tracking a dynamic position and displaying the surroundings)

I do have that script that does the screenshot...

it's buried somewhere in my crundeecraft instance...

I'll post it when I feel like looking through 50 address directories... lol

But really they're very simple to figure out.

Here's a useful code you can run in the lua interpreter program to figure them out :)

(It just lists all the attributes of the projector)

Note: make sure the projector is connected to the computer before running.

> for k,v in pairs(component.projector) do print(k .. ' = ' .. tostring(v)) end

Hope that helps a bit :)

Link to post
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use and Privacy Policy.