3D sphere Widget (public beta)
[size:17pt]3D sphere Widget[/size]
I made a simple widget that can place customizable dots around a customizable 3D sphere.
http://czentnar.try.hu/3DsW/3dsw.jpg
This widget generates a 3D sphere that can be rotated with the mouse.
You can customize it with the Alterable Values of the widget:
_DotAtDegree: the number of the dots depends on it. The widget will generate a dot in every X degrees.
_Radius: the radius of the sphere.
_CenterX: X position of the sphere's center.
_CenterY: Y position of the sphere's center.
Downloads:
http://czentnar.try.hu/3DsW/3DsW.mfa - the widget
http://czentnar.try.hu/3DsW/3DsWdemo.exe - demo of the widget
http://czentnar.try.hu/3DsW/3DsWdemo.mfa - source of the demo
http://czentnar.try.hu/3Drotation.exe - preview of the 3D engine, possible variations (these can't be made only with the widget, you have to modify the source code (the widget's behaviour) too!)
If there aren't any problems I will release it as "stable version". ;)
Any comments and suggestions are welcomed! I know, it isn't very useful but it can be used in many cases: it's a sample for 3D rotation, you can make a 3D menu from it...
Re: 3D sphere Widget (public beta)
Very nice! Great work on this! I saw your previous post with the wierd null character, lol, what was that about? Anyway it works pretty well, and I think it's a nice idea.
Re: 3D sphere Widget (public beta)
:) thanks, I don't know what was the problem but you can imagine how frightened I got when I noticed that almost the whole description disappeared... Fortunately, it was in my clipboard.
Re: 3D sphere Widget (public beta)
Excellent job, Czentnar! All your 3D crazy stuff have a guaranteed space in my MMF2 cool examples folder :)
Re: 3D sphere Widget (public beta)
Excellent Czentnar, and thanks.
Marv
Re: 3D sphere Widget (public beta)
Thanks a lot, everybody!
Oh, and thanks Dynamite for the idea! He asked me to make the engine for his project.
Re: 3D sphere Widget (public beta)
This is very cool. :)
Great work!
stephen1980
Re: 3D sphere Widget (public beta)
Great widget, a update idea would be to have the option for lines between the dots so it looks like a wireframe mesh maybe. :D
Re: 3D sphere Widget (public beta)
This is really cool!
Ditto @Atom ;)
Re: 3D sphere Widget (public beta)
With a Radius of 90 & a dot every 8 Degrees, I ended up with having 1 Frames Per Second lol.
It is a good widget but I can find no use for it, can anybody find a use for it? Somebody find a use for it.
I've made proper working spheres with MMF2 using OpenGL, which are faster and less dotty.