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

ore3d - Fully Immersive Augmented Reality X-RAY Vision for Ore Mining using Plethora

Started by HydroNitrogen, 29 March 2018 - 01:36 PM
HydroNitrogen #1
Posted 29 March 2018 - 03:36 PM
> This topic has migrated forums. For updated information, active responses and a better experience, please see the new forum post.


Hello all!

I made a Fully Immersive Augmented Reality X-RAY Vision for Ore Mining using Plethora, called ore3d.



What is ore3d?

ore3d is a program that will scan for ores around the player using Plethora's [1] block scanner, and then display these ores as quantities of ore groups on the players screen using the overlay glasses.
So basically this is a legal X-RAY vision!
This program basiaclly takes vector3's of all ores in an 17x17x17 area around the player, and uses matrices to perform some transformations, rotations and finally renders it as a perspective projection on the users screen. Because this is pretty advanced, there are lot's of tuneable settings such as FOV, aspect ratio, render speeds and more!

[1] What's Plethora? Plethora is an awesome CC addon created by SquidDev, check it out here! (You need this installed for ore3d to work, obviously.)

I recommend checking out the screenshot and videos on Ore3D's web page to understand what I am talking about :)/>




Videos:
https://media.thijmen.xyz/3V_6L8.webm
https://media.thijmen.xyz/m7s0y.webm

VIDEO / WEBM MAY NOT BE WORKING AS AN EMBED, PLEASE CONTINUE TO THIS PAGE TO SEE THE VIDEOS! Sorry for the inconvenience.



How to install:

Then add the following modules to your neural setup:
Introspection Module, Overlay Glasses, Entity Sensor, Block Scanner


Now executing the following commands in the shell of your neural interface:
wget https://energetic.pw/computercraft/ore3d/assets/ore3d.lua ore3d.lua

ore3d.lua

And enjoy!

THIS PROGRAM INDUCES SIRIOUS LOAD ON THE SERVER IT IS RUN ON, PLEASE NOTE THIS BEFORE USING AND STOP USING THE PROGRAM WHEN ASKED FOR BY SERVER ADMINISTRATORS.



More information:
Please see:https://energetic.pw/computercraft/ore3d


I suck at making beautiful forum posts, therefore I made the webpage above. Please refer to that page for more information, instructions, videos and all other stuffs. Thanks!
Edited on 04 February 2020 - 07:16 PM
KingofGamesYami #2
Posted 29 March 2018 - 03:51 PM
Wow. This is impressive!
Jummit #3
Posted 29 March 2018 - 07:00 PM
Wow, four upvotes on the first day! Impressive!
Edited on 29 March 2018 - 05:00 PM
LDDestroier #4
Posted 29 March 2018 - 07:47 PM
That's really cool! Take my +1!
Edited on 29 March 2018 - 05:47 PM
EveryOS #5
Posted 29 March 2018 - 08:23 PM
Edited on 29 March 2018 - 06:25 PM
HydroNitrogen #6
Posted 29 March 2018 - 09:05 PM
(screenshot of cloudflare error)

Does it still happen? Did you retry it and did it still show that? If it did work after a while, how long was that while?
Please give me an update with any information you got about that error, thanks!

Everything should be fine, I myself and others are having no problems whatsoever…
osmarks #7
Posted 30 March 2018 - 08:25 AM
I like this a lot. Could you split the in-world projection part out into a separate library so other stuff can do similar things?
Lupus590 #8
Posted 30 March 2018 - 07:01 PM
Would be nice if this told the user what modules are needed when some are missing.
Lupus590 #9
Posted 12 April 2018 - 02:45 PM
Bug report:
Edited on 12 April 2018 - 12:45 PM
SquidDev #10
Posted 12 April 2018 - 02:48 PM
-snip-
That generally only happens if you die or change dimension. Though ideally ore3d should fail gracefully in that case.
Lupus590 #11
Posted 30 May 2018 - 09:34 AM
Bug report, was on switchcraft.

apemanzilla #12
Posted 31 May 2018 - 03:16 AM
Bug report, was on switchcraft.


You're probably missing the entity sensor and/or introspection modules, which he should really be checking for with hasModule.
Lupus590 #13
Posted 31 May 2018 - 11:01 AM
Bug report, was on switchcraft.

[Image snipped]

You're probably missing the entity sensor and/or introspection modules, which he should really be checking for with hasModule.

I have those, this error happened while I was using Ore3d. I doubt that someone has robbed my player and then put them back (restarting Ore3d got otworking again)