Click to See Complete Forum and Search --> : I need guidance


raghu_tum
October 18th, 2004, 07:09 AM
Hi,
I have models for a car and a sphere.
I have to put the car on a big sphere.
When I am incresing the radius of the sphere ,the car is not visible on the screen.
How can I make the position of the sphere such that the car is visible on the big sphere(Only I need a part of the big sphere visible on the screen)..
Please give me guidance to solve this problem..

ahoodin
October 18th, 2004, 07:14 AM
Draw the sphere, then Draw the car over top.

By the way, what APIs are you dealing with?

HTH,

ahoodin

raghu_tum
October 18th, 2004, 07:18 AM
I am doing with MFC

raghu_tum
October 18th, 2004, 07:37 AM
It is MFC,MDI

ahoodin
October 18th, 2004, 09:04 AM
I will stand by my original post then.

That method should work for MFC/GDI whether it is MDI or SDI app.

ahoodin