Graphics3D gadget
Posted: Wed Aug 13, 2014 12:26 pm
the following suggestion are for the scientific graphics easy plotting
every one knows that purebasic now is almost the only player in the basic language arena for 64Bit and multi platform support and other infinite features.
the purebasic have a great 3D functions to plot 3D curves, but it is hidden in the complexity, and it is apparently unknown to many users and finding it difficult to use. so i suggest a new gadget such as Graphics3D gadget customizable in color/size/position. and somehow resembles the opengl gadget but it is using here the Ogre3D engine.
we can plot on it using usual names such as Plot3D, and Line3D, ... the gadget may not need explicit init3D engine, or CreateMesh, it will prepare everything by itself.
the plotted 3D point can be normal or have more size, the point can be a point sprite using a picture. i have posted here an example
http://www.purebasic.fr/english/viewtop ... 50#p431525 with a very big help from Samuel.
i can see the merchant who want to plot his points as banana and rose, or a student in a school smiling for his creation of points represented as apples and oranges in space with 3D coordinates.
the gadget should accept mouse and keyboard to rotate and zoom the easy way
every one knows that purebasic now is almost the only player in the basic language arena for 64Bit and multi platform support and other infinite features.
the purebasic have a great 3D functions to plot 3D curves, but it is hidden in the complexity, and it is apparently unknown to many users and finding it difficult to use. so i suggest a new gadget such as Graphics3D gadget customizable in color/size/position. and somehow resembles the opengl gadget but it is using here the Ogre3D engine.
we can plot on it using usual names such as Plot3D, and Line3D, ... the gadget may not need explicit init3D engine, or CreateMesh, it will prepare everything by itself.
the plotted 3D point can be normal or have more size, the point can be a point sprite using a picture. i have posted here an example
http://www.purebasic.fr/english/viewtop ... 50#p431525 with a very big help from Samuel.
i can see the merchant who want to plot his points as banana and rose, or a student in a school smiling for his creation of points represented as apples and oranges in space with 3D coordinates.
the gadget should accept mouse and keyboard to rotate and zoom the easy way