OpenGL: Difference between revisions

288 bytes added ,  2 years ago
no edit summary
m (→‎{{header|Raku}}: change a function call signature and add additional output)
No edit summary
Line 1,702:
iup.MainLoop()
</lang>
 
=={{header|Mathematica}} / {{header|Wolfram Language}}==
Non-Windows only:
<lang Mathematica>Style[Graphics3D[{Polygon[{{-1, 0, 0}, {1, 0, 0}, {0, Sqrt[3], 0.5}},
VertexColors -> {Red, Green, Blue}]}, Boxed -> False],
RenderingOptions -> {"3DRenderingEngine" -> "OpenGL"}]</lang>
 
=={{header|MAXScript}}==
1,111

edits