Jump to content

Draw a cuboid: Difference between revisions

m
(Initial FutureBasic task solution added)
Line 1,265:
 
=={{header|FutureBasic}}==
This code compiles into a macOS application that allows 360-degree mouse rotation of the cuboid. All six faces of the cuboid have different colors.
<syntaxhighlight lang="futuebasic">
include "Tlbx SceneKit.incl"
Line 1,343:
{{output}}
[[File:FutureBasic_cuboid.png]]
 
 
=={{header|Go}}==
715

edits

Cookies help us deliver our services. By using our services, you agree to our use of cookies.