>: CG Forums on 3dtotal - The best forums for CG artists :.
threedy forums home
 


top-table-gradient
Go Back   3DTotal Forums > Help, Advice and Chat > General software and hardware help
bottom-table-gradient

Reply
 
Thread Tools Display Modes
Old 29-03-2003, 09:41 PM   #1
Maya Dreams
Registered User
 
Maya Dreams's Avatar
 
Join Date: Oct 2002
Location: Bucuresti - Romania
Posts: 41
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via ICQ to Maya Dreams Send a message via Yahoo to Maya Dreams
need some help in VRML

Who know vrml from max?
I have some problem with anchor object
__________________
"Maya Dreams" - my S.F. vision about our world


ICQ #157508876
Maya Dreams is offline   Reply With Quote
Old 30-03-2003, 12:58 PM   #2
dhin
Soy un Perdedor, baby
 
dhin's Avatar
 
 
Join Date: Oct 2002
Location: Valhalla
Posts: 1,340
Thanks: 15
Thanked 12 Times in 12 Posts
Awards Showcase
Threedy Top Poster - Silver: Contributing to the forums with 1,000+ posts - Issue reason: Target reached! Threedy Top Poster - Silver: Contributing to the forums with 1,000+ posts - Issue reason: Target reached! Threedy Top Poster - Bronze: Contributing to the forums with 100+ posts - Issue reason: Target reached! Low Poly Game Art - Bronze: 3rd place in a low poly challenge! - Issue reason: wasteland 
Total Awards: 4
I don't use the native Max VRML objects. I normally build the geomities I want in max then export them (useing Blaxxon or Mark Callow's exporter, both fix many of the error that Max's native exporter doesn't.) I then add the anchors amd sensors by hand in a text editor (I like VRML Pad by ParillelGraphics, but any text editor will work.) If you need some help though the anchor objects syntax is as follows:
Code:
Anchor {
	children [] #Group, Transfrom, or Shape 
	description "" #Text disciption, shows in the title bay on a mouse over
	url [] #url link or list of links 
}
I hope that helps you out. A good book for learning VRML is the VRML Core Sourcebook Vol. 2.

Good Luck
__________________
If you can't be a good example then be a warning.
___________________
AlanMecham.com My site.
dhin is offline   Reply With Quote
Old 31-03-2003, 06:34 AM   #3
dhin
Soy un Perdedor, baby
 
dhin's Avatar
 
 
Join Date: Oct 2002
Location: Valhalla
Posts: 1,340
Thanks: 15
Thanked 12 Times in 12 Posts
Awards Showcase
Threedy Top Poster - Silver: Contributing to the forums with 1,000+ posts - Issue reason: Target reached! Threedy Top Poster - Silver: Contributing to the forums with 1,000+ posts - Issue reason: Target reached! Threedy Top Poster - Bronze: Contributing to the forums with 100+ posts - Issue reason: Target reached! Low Poly Game Art - Bronze: 3rd place in a low poly challenge! - Issue reason: wasteland 
Total Awards: 4
Okay I've looked at the native max VRML Anchor objects. It's fairly straight forward, you create the object the same way you create anything else in Max, by selecting a point in the veiwport, left clicking the mouse and dragging it. Then there is a button "Pick Trigger Object" select this button then select the geomitry or helper you what the anchor applied to. Next choose if you what a URL(Hyperlink jump) or a viewport(camera) to be the link. Under parameters in the Hyperlink Jump area you would put browser specific comands, these are text string followed by an = and a target value. An examplewould be the keyword target is used for setting frames in an HTML page. So if you put "target=myframe" (Myframr being the name of the frame you want the page to load to,) in the parameter field, then in the VRML world when you click the mouse on the anchor object you would get what every URL you linked the the anchor to opening in the frame "myframe" on your page. This is a handy trick if you want to give details about something in a side frame on an object when you click on it.

I'm using Max 4.26 at the moment, it is nearly the same in max 5.1 though. The only differance is that in 5 one anchor can be used on a list of objects and is not just limited to one and the rllout looks alittle different.
Attached Images
 
__________________
If you can't be a good example then be a warning.
___________________
AlanMecham.com My site.
dhin is offline   Reply With Quote
Old 31-03-2003, 08:57 PM   #4
Maya Dreams
Registered User
 
Maya Dreams's Avatar
 
Join Date: Oct 2002
Location: Bucuresti - Romania
Posts: 41
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via ICQ to Maya Dreams Send a message via Yahoo to Maya Dreams
Thanks man
I want to link the ping comand from Windows on a object from VRML world...
__________________
"Maya Dreams" - my S.F. vision about our world


ICQ #157508876
Maya Dreams is offline   Reply With Quote
Old 01-04-2003, 06:45 AM   #5
dhin
Soy un Perdedor, baby
 
dhin's Avatar
 
 
Join Date: Oct 2002
Location: Valhalla
Posts: 1,340
Thanks: 15
Thanked 12 Times in 12 Posts
Awards Showcase
Threedy Top Poster - Silver: Contributing to the forums with 1,000+ posts - Issue reason: Target reached! Threedy Top Poster - Silver: Contributing to the forums with 1,000+ posts - Issue reason: Target reached! Threedy Top Poster - Bronze: Contributing to the forums with 100+ posts - Issue reason: Target reached! Low Poly Game Art - Bronze: 3rd place in a low poly challenge! - Issue reason: wasteland 
Total Awards: 4
That sounds more like you'll need a Java Scripting, and instead of an anchor I'd use a touch sensor. When the torch sensor is activated (clicked on) it can send the isActive peramiter to the Script node and start the script, I'm not sure exactly what you want but that should be the basic set up.
__________________
If you can't be a good example then be a warning.
___________________
AlanMecham.com My site.
dhin is offline   Reply With Quote
Old 01-04-2003, 04:32 PM   #6
Maya Dreams
Registered User
 
Maya Dreams's Avatar
 
Join Date: Oct 2002
Location: Bucuresti - Romania
Posts: 41
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via ICQ to Maya Dreams Send a message via Yahoo to Maya Dreams
i try to create the network from my work place and when i clik on one computer to initiate the ping comand to that computer to see if its on line...
__________________
"Maya Dreams" - my S.F. vision about our world


ICQ #157508876
Maya Dreams is offline   Reply With Quote
Old 01-04-2003, 05:27 PM   #7
Jenn
Registered User
 
Join Date: Sep 2002
Posts: 475
Thanks: 0
Thanked 0 Times in 0 Posts
Please post to the appropriate forum in the future. If your query is software related it belongs in Software Help not General Discussion
__________________
Jenn
http://www.jenndowns.com
Jenn is offline   Reply With Quote
Old 01-04-2003, 06:17 PM   #8
Maya Dreams
Registered User
 
Maya Dreams's Avatar
 
Join Date: Oct 2002
Location: Bucuresti - Romania
Posts: 41
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via ICQ to Maya Dreams Send a message via Yahoo to Maya Dreams
whel then how can I move this post over there?
__________________
"Maya Dreams" - my S.F. vision about our world


ICQ #157508876
Maya Dreams is offline   Reply With Quote
Old 01-04-2003, 07:46 PM   #9
Jenn
Registered User
 
Join Date: Sep 2002
Posts: 475
Thanks: 0
Thanked 0 Times in 0 Posts
I've already moved it.
__________________
Jenn
http://www.jenndowns.com
Jenn is offline   Reply With Quote
Reply


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump


All times are GMT. The time now is 11:33 AM.


Powered by vBulletin®
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.
all images displayed on this site are copyright the original artists and may not be reproduced, copied or published elsewhere without their express permission