Drawing3D.zip
Inlcude, a demo and five examples.
- With StartDrawing3D() : StopDrawing3D() the environment is opened.
 - With Drawing3DMode() you can select or #Drawing3D_Outline or #Drawing3D_Default
 - Drawing3DPosition() and Drawing3DRotation() to change the position and rotation of the scene
 - All colors are always specified in 32-bit ($FF00FF00 for Green)
 - Drawing3DBackground() fill the area with the specified color. (if the alpha value is 0, the background is really transparent, useful for 32-bit images)
 - Drawing3DLight() sets a light (indicating where it comes from) in the scene
 - DrawPoint3D() DrawLine3D() and DrawTriangle3D() is a point, line or triangle (with vertex colors)
 - At DrawPlane3D(), DrawImage3D() and DrawBox3D() only the position, size and rotation is specified.
 - CreateImage3D () creates a Image3D from the image
 









