TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
Girish Kumar
NA
31
7.4k
Object of same Instance
Aug 16 2013 5:59 AM
I'm working on 3d Globes like Google earth .My requirement is to display tow globes one on 3Dwindow and other in 3dWindowEX(external) .If i rotate one same movement will happen on that side also.
I want to know how to create object for both the globes that work Simultaneously .I thought object of same instance will work but it is not working
Code looks like
SGWorld61 sgworld=new SGWorld61(); [For first Window)
sgworld.open(...............);
SGWorld61 globe=iex3DWindowEX.CreateInstance(TerraExplorer.SGWorld);
globe.open(.........);
both are opening same file i want the both the globes to sync
Thankyou
Reply
Answers (
1
)
Change variables in form from class
how to create exe file for c# project