Linnmom Adils Table
It has been a while that I have not looked into the Furniture Visualisation Challenge. I have been reading a thesis and thought that I should take a break to play with creating 3D virtual world. I am getting better and better at creating a table, but perhaps I picked an easy one, so it only took me some 10 minutes or so to write a Logo program to create this LINNMON/ADILS table.
Below is the table in 3D. You can now use the 3D interface to view and navigate in fullscreen.
The Logo program is also explained below with comments. When copied the codes from Logo Editor, I can now use the Paste as Plain Text function () so later when formating as Logo it won't leave a blank line after each line of code.
; LINNMON/ADILS Table (Red) $79.- ; Length: 150cm, Width: 75cm, Height: 74cm ; By Andy (2014) CS RESET SETBG 43 ; choose background 43 TO linnmon RU 90 FD 0.74 RD 90 SETSCALE 1.5 0.04 0.75 SETMAT 13 34 BOX ; table top FD 0.33 RT 90 FD 0.7 REPEAT 2 [ RD 90 FD 0.36 RU 90 SETSCALE 0.04 0.72 0.04 SETMAT 13 34 ; red as table top CAN ; table leg 1 RD 90 FD 0.37 RU 90 SETSCALE 0.04 0.02 0.04 SETMAT 0 30 ; black material CAN ; leg shoe RU 90 FD 0.73 RD 90 RT 90 FD 0.66 RD 90 FD 0.36 RU 90 SETSCALE 0.04 0.72 0.04 SETMAT 13 34 ; red as table top CAN ; table leg 1 RD 90 FD 0.37 RU 90 SETSCALE 0.04 0.02 0.04 SETMAT 0 30 ; black material CAN ; leg shoe RU 90 FD 0.73 RD 90 RT 90 FD 1.4 ] ; now bring the turtle back to where it starts BK 0.7 LT 90 BK 0.33 RU 90 BK 0.74 RD 90 END ; create the table linnmon
So, now there are three tables completed in this Furniture Visualisation Challenge page. Would you like to take one challenge too? Which one will you pick?
- Andy's blog
- Login or register to post comments
- 4124 reads