JavaFX 3D Editor - Building a house

Hi there, I want to give some examples of the possibilities coming with my JavaFX 3D Editor.

Fast update --> follow on Twitter: @NGJFXaA

On this site I will try to build a little house.


  1. We need some stone blocks and a glue to hold the blocks together. Therefore I build 6 orange rectangles and summarize them to a block. Also I summarized 6 other grey rectangles to a glue.

    Looks like this -->
  2. Build a litte wall with these Objects. (comming tomorrow ;-) ) ... ok I know - it's the day after tomorrow...

    But look at this. Bulding a wall is easy. Copy and paste the block and glue. After that you set up the properties. Mark all Graphic-Objects (go) and summarize them to a wall.
  3. Let the wall grow up. (later ;-) )

    Here it comes. Easy if we use the dxml created in step 1. But we have to fill the gap between two row of blocks with glue as you can see in the screenshot.
  4. Wow the first row is completed :-D 


    It will be a little house.
    But there are two mistakes.
    Can you find them?







    Ok I will help you.
    Have a look at the picture on the right site and zoom in. If you look at the red circles you will see a "funny" block The glue is missing between a normal sized block and a little one.
    To find the other mistake you have to look at the blue circle. Look at the blocks. These blogs are bigger than every other block. So the wohle thing doesn't fit together.
  5. Fixing the mistake and go on

    After I fixed the "funny" blocks I added a row of glue over the firt rows. Do you see were the door would be.



  6. It takes time to build it up. I found some bug I had to fix last week. So I only can show you three big
    walls. Next week I need a door for the house- Somebody who want to try out?






    This is the dxml-file for this step: https://drive.google.com/file/d/0B1zC0qGiWz40YXlzOFpLT2pOaVU/edit?usp=sharing
  7. Without a door you can't get in. So there is a little wooded door on the front site. You will see it in the picture. Therefore I build wood with 6 brown rectangles. 5 big woods for the front and 2 little once for the back. Between the 5 gib woods I set a little space so that you can look trough them. If you want to know how to build this door please load the appended file called step7.dxml into the JavaFX-3D-Editor and split the component called door. Maybe it is better to summarize all other componentes to a componente calle house to differentiate them from the door components.

    This is the dxml-file for this step: https://drive.google.com/file/d/0B1zC0qGiWz40OXVZY1VELVAwUnc/edit?usp=sharing
  8. Next step is to beginn with the building of the roof.
    You have to build four brown rectangle to a big wood. The first four woods are on top of the last row of stone blocks. The other ones are rotated by 45° in  both directions of the z-axis. Five of them in the one direction and 5 in the other direction. Then every two woods rotated in different directions have to cover each other on the top. That is for the piek. Then you have to set them on top of the four woods on top of the stone blocks. Pay attention to the position of the piek. The piek has to be in the middle of the house.
    I know there are some blocks lost. But I had no time to fix this.

    This is the file to load the actual building: https://drive.google.com/file/d/0B1zC0qGiWz40ZkdWa1RMSVpoY28/edit?usp=sharing

The sources are available at: https://github.com/gundermann/JFX3D

Give comments and share, please.

Keine Kommentare:

Kommentar veröffentlichen