ben_mkiv 9 Posted March 26, 2017 Share Posted March 26, 2017 added some button to load data from projector, so you can edit stuff like geo2holo projections https://github.com/ben-mkiv/oc-lua/ Quote Link to post Share on other sites
Arron 0 Posted October 15, 2017 Share Posted October 15, 2017 Please could we get something to be able to rotate a hologram on the x and z axis as I built it top down not side view. Quote Link to post Share on other sites
Totoro 28 Posted October 19, 2017 Author Share Posted October 19, 2017 On 10/15/2017 at 2:32 AM, Arron said: Please could we get something to be able to rotate a hologram on the x and z axis as I built it top down not side view. Yeah, quite reasonable feature, i think. I will add it to the next version sometime soon. =) Quote Link to post Share on other sites
Gaborboy95 0 Posted December 30, 2017 Share Posted December 30, 2017 Please port it for OC version 1.7.1.(Not the minecraft version) because it gives an error Quote Link to post Share on other sites
Doggle 0 Posted March 31, 2018 Share Posted March 31, 2018 If this forum is not 100% dead I would like to ask a few questions. 1.Whenever I try to "show" the file it always says projector is not found so I think that I did not propely connect it, but I do not know how to "properly connect" it. 2.Whenever I try to print3d the models it always says: [string "return ?"]:1: unexpected symbol near char(255) I have NO idea what /\ This /\ means Quote Link to post Share on other sites
Totoro 28 Posted April 4, 2018 Author Share Posted April 4, 2018 Hello Doggle. On 01.04.2018 at 12:02 AM, Doggle said: 1.Whenever I try to "show" the file it always says projector is not found so I think that I did not propely connect it, but I do not know how to "properly connect" it. The projector need to be connected to the computer (where the editor is running) with a cable. The cable can be connected to the computer from any side, and to the projector only from the bottom side. You can check a list of components available for the computer by entering an OpenOS command: components If the resulting output will contain any string with a word `hologram` in it - there you are. On 01.04.2018 at 12:02 AM, Doggle said: 2.Whenever I try to print3d the models it always says: [string "return ?"]:1: unexpected symbol near char(255) Unfortunately, this editor models are not compatible with the 3D printer. To create 3D models for the printer with some comfort you can use some external voxel tools like this, and then convert a *.vox file to the printer compatible format, for example with this JS converter. Quote Link to post Share on other sites
ben_mkiv 9 Posted April 4, 2018 Share Posted April 4, 2018 i've made another little change which adds a 2nd output file when saving the hologram. the format contains an table with subtables for each color with stroke instructions to use with the fill render method of the projector, for some usecases this is faster than setting the voxels one by one. the rendering function is at line 352 and can be used pretty easy in other projects. the outputfile has ".raw" suffix also this script uses the renderfunction, which can be changed in line 100 https://pastebin.com/6EJV1CbX Totoro 1 Quote Link to post Share on other sites
payonel 21 Posted September 1, 2018 Share Posted September 1, 2018 we saw a bug report I think was about this program: https://github.com/MightyPirates/OpenComputers/issues/2908 you should always include bit32 in your scripts, and not assume it is in _G: `local bit32 = require("bit32")` Quote Link to post Share on other sites
Distruction11 0 Posted February 8, 2019 Share Posted February 8, 2019 On 9/1/2018 at 7:34 AM, payonel said: we saw a bug report I think was about this program: https://github.com/MightyPirates/OpenComputers/issues/2908 you should always include bit32 in your scripts, and not assume it is in _G: `local bit32 = require("bit32")` I know it's a dump question but I am very noob and I don't know how to open the editor can you help me pls Quote Link to post Share on other sites
仮面ライダーTheG 0 Posted January 20, 2020 Share Posted January 20, 2020 Assuming this is an error cause of me using a Mac, but I can't delete when I'm typing in any of the boxes in the program (colour selection, filenames). All I get is a weird DT character or a question mark. Is there a manual fix to fix this? Quote Link to post Share on other sites
Poudquipik 0 Posted June 26, 2022 Share Posted June 26, 2022 Hello, i'm trying to create holograms with opencomputers and mineos. I'm new on this mod and i don't know much. I managed to have the MineOs program that allows to have a pc, but when i want to install hologram editor (right click, new, file from url), i can't run the file because there is no enough memory (but i have maxed the computer, i'm on creative). I never got the Holo editor program, help me please Quote Link to post Share on other sites