Modz Gold Member TamaraX Posted January 4, 2018 Modz Gold Member Share Posted January 4, 2018 3dxWorldPicture View File 3dx Tools Hi all, the download contains 4 files: 3dxToolChain.exe (an installer, that installs all tools as installers will usually do ) a zip file, that contains all files, that the installer would install. you can extract it and use the tools from the bin folder directly. 3dxWorldPictureManual.pdf - the manual for the world picture tool (same as here) 3dxImportExportManual.pdf - the manual for the import export tool (same as here) 3dxWorldPicture WorldPicture is a tool to convert computer images (such as png, jpg, etc.) into a 3dx *.world file. The result can be stored locally on the disk to load it with 3dx or it can be uploaded directly to 3dx. When starting WorldPicture, you get the following: To create a picture for 3dx you typically do the following steps: Load the picture Edit the picture (resize, smooth, etc.) Create the Objects for preview Save the world file or upload the objects to 3dx directly Application Areas On the top (without colors), the menu bar and the tool bars: Main tool bar: The Program Areas are marked in Colors: Green Picture Edit Area: Here you can load and edit the picture, which should be converted. Red Settings: Here you make general settings for the resulting world image Blue Picture Elements: Here you specify the sizes and positions of the picture elements Yellow Frame Elements: Here you specify the frame and if one should be created Pink Step List that describes, what to do to get a world picture (switched on/off by the green icon in the main toolbar) Below yellow Some statistics for the picture and the resulting image. Load the Picture In the following tutorial, the Guide on the right is hidden, to show more of the rest of the app. On the Picture Edit Area, click the  "Load Image” button. We will use the following picture in this tutorial: Select the image in the file dialog and click load. The image is loaded and shown as background image, like in the following Picture: Edit the picture The next step is to edit the Image. Therefore, You use the Picture Edit Commands on the top left. Here you can resize and use some basic edit operations on the image. At least resize should be used, as a too big image creates a too huge object model in 3dx (e.g. a 100x100 pixel image created 10.000 objects, and so on). At the bottom left of the application, the state is shown, like here: This is the original size of the picture, including the number of pixels in the image. The number of elements is shown, when the user pressed on If a change in the picture should be undone, use the Undo button at the bottom left of the Picture Edit commands. The Example Picture has an original size of 1440x815, which is 1.173.600 Pixels. If we create a 3dx picture out of it, it will be about 1.2 million elements. This is way too much, which is displayed by the highlighted size boxes So, at least resize should be done. But resizing the image also looses details. So all other commands could make the picture better after resizing (Smoothing, edge detection, …) Just try a bit. In Our Example, we just resize the picture: Width Height Pixel 1920 1080 2.073.600 960 540 518.400 480 270 129.600 240 135 32.400 We use the size 240x135 in our example. After changing the X-value in the spin box, press the button "Resize to" to resize the image. The size is still shown as critical, as it’s more then 150x150 pixels, but we decide to stay with it. The bigger the picture, the longer the calculation will take later on. Create the Objects for preview The next step is to configure the image creation. This can be done in the next boxes. The Settings are the most important parameters, which you maybe change for each Picture: Material is the object type, that is created, boxes, prism, hearts, etc. Typically, you use Box if you create pixel art. The next important step is to choose Alpha Values and Value for equal. These need to be set once, maybe modified per picture. Alpha means, whether transparent (or semitransparent) pixels should result in objects in 3dx or not. A value of 0 means, all pixels which are not fully transparent are created as 3dx elements, 0.5 means, all pixels that are at least half transparent are ignored. A value of 1 would mean also non-transparent pixels are ignored (which would result in an empty picture, so it makes no sense to use it). Value for equal is used to create a segmented picture. Segmentation is the process of recognizing equal pixels and combine them to a bigger rectangle. This results in a picture with less details but also with less elements in 3dx. Look down for examples of segmented pictures. The bigger the value of Value for equal is, the bigger the difference of colors might be to get combined. Just play with these parameters a bit and click on Create Elements, to create the resulting block picture in the preview area. If you want to see the original image again, just click on Clear Elements. Clicking these buttons also updates the status and will show you, how many elements will be in the resulting picture. The Picture Elements only affect the creation of the world file and have no visual effect in the tool itself. They influence the position of the picture in world coordinates, the rotation of the single objects and the scaling and offset. Scaling results in the size of the single elements. If you are in normal mode, you only can modify position and scale. Modifying X-Scale will automatically modify Y, Z and Offset in the same way, as it is expected to create cubes, which should touch the next ones. If you want to modify these values manually (and also rotation of elements), tick the checkbox Enable expert settings. Be aware that this might result in unexpected visual effects, if you modify the values independently. A value of 1000 means about 10 cm. In our example, we used 200, which means, each pixel will be about 2 cm high (from the perspective). A picture of 240x135 with a scaling of 200 results in a picture of 3 m. If wished, the program can also create a picture frame around the image. The frame has the width and thickness which are given in the frame settings: They are displayed in yellow in the program but will be wood in 3dx. Examples for segmented pictures Picture, which is not segmented (32.400 elements in 3dx): Picture segmented with an equal value of 2.0 (7.153 elements in 3dx): Picture segmented with an equal value of 5.0 (2.930 elements in 3dx): Picture segmented with an equal value of 15.0 (1.059 elements in 3dx): The created world files of the eagle picture are available in the data/examples folder of the app. Save the world file or upload the objects to 3dx directly Now you can save the *.world file (use ) Save or SaveAs) Result Uploading the picture from this manual with the shown parameters (Value for equal=5, Alpha Values=0.5) results in: 3dxImportExport Load old and new files into the tool and save them in any format (*.xml, *.dat, *.world) Merge files inside the tool (button: add props from file) Shift the complete room by x, y, z on the right side, you see some statistics about the loaded file. Here you can remove duplicates switch property types remove selected properties from the statictics table from the loaded room in the tab "single Elements" you can edit each single element each value Submitter TamaraX Submitted 01/04/2018 Category Tamara's Modz File type Standalone Application 8 1 Link to comment Share on other sites More sharing options...
Modz Administrators Nym Posted January 5, 2018 Modz Administrators Share Posted January 5, 2018 Wow Awesome Tool, Thank you Tamara 1 Link to comment Share on other sites More sharing options...
Modz Gold Member TamaraX Posted January 6, 2018 Author Modz Gold Member Share Posted January 6, 2018 What's New in Version 2.01 Now also smaller rectangles are combined, which makes the world file even smaller. Segmentation is optimized and color recognition also. 1 Link to comment Share on other sites More sharing options...
Modz Gold Member TamaraX Posted January 7, 2018 Author Modz Gold Member Share Posted January 7, 2018 What's New in Version 2.02 now also rectangles are combined in image segmentation, not only squares. Segmentation is optimized and color recognition also. Algorithms are optimized. Warnings are added if pictures are huge (calculation time increases by image size) Currently the last version, as I do not know, which features to add now ;-) 1 Link to comment Share on other sites More sharing options...
Modz Gold Member Lala_Babe Posted January 23, 2018 Modz Gold Member Share Posted January 23, 2018 Hi Tamara, I love this thank you for sharing. I usually catch on fast, but this one has got me stumped. I don't know what I'm doing wrong, but I can't figure out how to merge the picture in world. I missed a step someplace and I'm not sure where LOL. Do I select the prop I want to add the picture to first? Help 1 Link to comment Share on other sites More sharing options...
Guest Chasan Posted January 23, 2018 Share Posted January 23, 2018 Her new version will help you with this Link to comment Share on other sites More sharing options...
Modz Gold Member TamaraX Posted January 23, 2018 Author Modz Gold Member Share Posted January 23, 2018 The new version will comm soon. It is nearly finished, but I want some user tests on it before releasing it. Any volunteers for testing it? 1 Link to comment Share on other sites More sharing options...
Modz Gold Member Lala_Babe Posted January 24, 2018 Modz Gold Member Share Posted January 24, 2018 Me Me Me!!! Link to comment Share on other sites More sharing options...
Guest Chasan Posted January 24, 2018 Share Posted January 24, 2018 Tamara, I would not mind testing, just post it when your ready. Link to comment Share on other sites More sharing options...
Guest Chasan Posted February 13, 2018 Share Posted February 13, 2018 Did you post this yet Tamara? Link to comment Share on other sites More sharing options...
Modz Gold Member TamaraX Posted February 13, 2018 Author Modz Gold Member Share Posted February 13, 2018 Nope, too much real life ... will need some time Link to comment Share on other sites More sharing options...
Guest Chasan Posted February 13, 2018 Share Posted February 13, 2018 Tamara, That is not a problem, completely understand. I am just excited to see this new update and how user friendly it is. I will keep waiting at the bus stop take your time. Link to comment Share on other sites More sharing options...
Modz Gold Member talldarkprofessor Posted March 23, 2018 Modz Gold Member Share Posted March 23, 2018 This is just... amazing! Thank you Link to comment Share on other sites More sharing options...
Modz Gold Member Gman Posted July 20, 2018 Modz Gold Member Share Posted July 20, 2018 (edited) This is a really amazing program must of taking you sometime to create.. brilliant work, but is there really no way to just upload screenshots and pics to the game... I was just wondering if we can do it in our gallery what is stopping us from doing it in game? Edited July 20, 2018 by Gman Link to comment Share on other sites More sharing options...
Modz Gold Member TamaraX Posted July 24, 2018 Author Modz Gold Member Share Posted July 24, 2018 Hi, As far as I know, there is no way to just upload pics to use thjem directly in the room. This would include uploading the pics to the server and having a way for downloading them to the client and putting them on a texture. I do not think that this would be a too big deal for the devs, but afaik, it does not work atm. Link to comment Share on other sites More sharing options...
Modz Gold Member TatyTh Posted November 28, 2020 Modz Gold Member Share Posted November 28, 2020 (edited) Je vais sans doute m'attirée les foudres mais je n'arrive a rien avec votre programme tout est trop lourd ... ça bug ... les images sont trop grandes ... un tuto en français serait le bienvenu ... voir même le plus simple serait de pouvoir nous servir de nos images directement sur les blocs de constructions là je Pete un câble ... sans doute suis-je trop idiote pour m'en servir mais je sais qu'ailleurs les intégrations d'images sont bien plus simple ... après tout on ne demande qu'a mettre une image plane sur un mur et non une image 3D ... là je rage c'est sans doute moi qui n'y comprends rien mais je rage de ne rien pouvoir faire Edited November 28, 2020 by TatyTh Link to comment Share on other sites More sharing options...
Modz Gold Member RazerDark Posted May 25, 2021 Modz Gold Member Share Posted May 25, 2021 hello all.. I have been reading over the tutorial and experimenting with it but my pics just dont show up in world.. what could cause this? thanks Link to comment Share on other sites More sharing options...
Modz Gold Member Touramarine Posted May 15, 2022 Modz Gold Member Share Posted May 15, 2022 Hi , daft question , but do we save this file in the 3dx file? I have downloaded it but don't see anyway of opening it ? Thanks Tour Link to comment Share on other sites More sharing options...
Modz Gold Member TamaraX Posted May 28, 2022 Author Modz Gold Member Share Posted May 28, 2022 On 5/25/2021 at 3:53 AM, RazerDark said: hello all.. I have been reading over the tutorial and experimenting with it but my pics just dont show up in world.. what could cause this? thanks Hi, what exactly did you do? I think, the upload does not work anymore, so you have to load the world file manually.... Link to comment Share on other sites More sharing options...
Modz Gold Member TamaraX Posted May 28, 2022 Author Modz Gold Member Share Posted May 28, 2022 On 11/28/2020 at 7:31 PM, TatyTh said: Je vais sans doute m'attirée les foudres mais je n'arrive a rien avec votre programme tout est trop lourd ... ça bug ... les images sont trop grandes ... un tuto en français serait le bienvenu ... voir même le plus simple serait de pouvoir nous servir de nos images directement sur les blocs de constructions là je Pete un câble ... sans doute suis-je trop idiote pour m'en servir mais je sais qu'ailleurs les intégrations d'images sont bien plus simple ... après tout on ne demande qu'a mettre une image plane sur un mur et non une image 3D ... là je rage c'est sans doute moi qui n'y comprends rien mais je rage de ne rien pouvoir faire If you think, this should be easier, talk to the creators of 3dx. Gizmo is the one, who can add this feature in the game. I can only use, what is possible with the game and try to make it usable. There are tutorials, on how to use the tool, yes, in English. English is also not my native language, but as German would be readable by less people, that would be worse. If you can't use the tool, I am sorry.... Link to comment Share on other sites More sharing options...
Modz Gold Member TamaraX Posted May 28, 2022 Author Modz Gold Member Share Posted May 28, 2022 On 5/15/2022 at 11:21 AM, Touramarine said: Hi , daft question , but do we save this file in the 3dx file? I have downloaded it but don't see anyway of opening it ? Thanks Tour Hi, can you give me a bit more details? Link to comment Share on other sites More sharing options...
Modz Gold Member TamaraX Posted May 30, 2022 Author Modz Gold Member Share Posted May 30, 2022 Finally, a new version is out V2.1.0 The Guide is reworked and hopefully better now, I made some options expert options, so normally, you do not have to take care about them. Also I tried to make possible problems easier to see (e.g. number of elements) 2 Link to comment Share on other sites More sharing options...
Modz Gold Member CoffeeandBJs Posted June 11, 2022 Modz Gold Member Share Posted June 11, 2022 Norton doesn't like this application, removes it because it says it's unsafe... what's up? Link to comment Share on other sites More sharing options...
Modz Gold Member TamaraX Posted June 23, 2022 Author Modz Gold Member Share Posted June 23, 2022 On 6/11/2022 at 9:29 PM, CoffeeandBJs said: Norton doesn't like this application, removes it because it says it's unsafe... what's up? Hi, I have no clue. It is a normal C++ application, using Qt.... never got any of those problems.... may Norton does not like it, as it has no certificates from any global vendor? Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now