sphere radius < 1.0
Hi!
Does anyone know how to draw a sphere with gluSphere with
radius smaller than 1.0 ???
Thank you!
If it doesn''t let you, I guess it doesn''t let you. Instead of making your sphere smaller, why don''t you scale the rest of your scene bigger?
Wait a second, I have an idea. Use glScale to make your sphere smaller.
Use glScale with the radius that you want, like if you want .6 radius, do a
glScale(.6, .6, .6);
Then draw your sphere with a radius of one.
Let me know if it works...
-Blackstream
Will you, won''t you, will you, won''t you, won''t you take my virus?
-The Mad Hacker
Blackstream''s Webpage
Wait a second, I have an idea. Use glScale to make your sphere smaller.
Use glScale with the radius that you want, like if you want .6 radius, do a
glScale(.6, .6, .6);
Then draw your sphere with a radius of one.
Let me know if it works...
-Blackstream
Will you, won''t you, will you, won''t you, won''t you take my virus?
-The Mad Hacker
Blackstream''s Webpage
-Blackstream Will you, won't you, will you, won't you, won't you take my virus?-The Mad HackerBlackstream's Webpage
This topic is closed to new replies.
Advertisement
Popular Topics
Advertisement
Recommended Tutorials
Advertisement