Thang Nguyen Posted November 11, 2008 Report Share Posted November 11, 2008 Hi, I am trying to create a steering wheel from a knob but I still not have any luck. I did make the value from 0 to 360 and the value is spreaded around the circle already. But I have problem with the moving part of the control. The only moving part is the needle but looks like I cannot replace it. Do you have any suggestion for this one? This part is really important with the GUI of my project. I highly appreciate your helps. Quote Link to comment
jgcode Posted November 12, 2008 Report Share Posted November 12, 2008 QUOTE (Thang Nguyen @ Nov 11 2008, 04:49 AM) Hi,I am trying to create a steering wheel from a knob but I still not have any luck. I did make the value from 0 to 360 and the value is spreaded around the circle already. But I have problem with the moving part of the control. The only moving part is the needle but looks like I cannot replace it. Do you have any suggestion for this one? This part is really important with the GUI of my project. I highly appreciate your helps. A knob does not have a needle, (wrt to controls) a dial has a needle. I would have thought a knob would work, i just tried it as a steering wheel and it kinda reminds me of a 2D virtual suicide spinner knob http://lavag.org/old_files/monthly_11_2008/post-10325-1226380346.png' target="_blank"> Quote Link to comment
Francois Normandin Posted November 12, 2008 Report Share Posted November 12, 2008 Hi Thang, I have a simple 2D image rotation that you might use (with some tweaks to have a better GUI). I've set it up with a steering wheel jpeg for you to try. If that's close to what you need, you'll have to improve it by trimming the edges and perhaps smoothing the image by doing some interpolating. Anyhow, try this out... Saved for 8.0. (OpenG Arrays library needed) Download File:post-10515-1226381134.zip Quote Link to comment
Thang Nguyen Posted November 14, 2008 Author Report Share Posted November 14, 2008 QUOTE (normandinf @ Nov 10 2008, 11:26 PM) Hi Thang, I have a simple 2D image rotation that you might use (with some tweaks to have a better GUI). I've set it up with a steering wheel jpeg for you to try. If that's close to what you need, you'll have to improve it by trimming the edges and perhaps smoothing the image by doing some interpolating. Anyhow, try this out... Saved for 8.0. (OpenG Arrays library needed) http://lavag.org/old_files/post-10515-1226381134.zip'>Download File:post-10515-1226381134.zip Thank you so much for your example. It helps me a lot. :thumbup: Quote Link to comment
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.