PDA

Click to See Complete Forum and Search --> : A house...


Fox
Oct 22nd, 2000, 04:38 AM
Hi, do you remember the house I once rendered in 3DS? Well I played around lately and found a very cool effect ;) You can download the movie here (AVI, 775 KB; save as...) (http://orion.spaceports.com/~mccloud/temp/house.avi), hope you'll like it ^_^ !

kedaman
Oct 22nd, 2000, 04:53 AM
Hey fox, 404! 404! :D

Fox
Oct 22nd, 2000, 05:34 AM
I said: SAVE AS!!! :D

kedaman
Oct 22nd, 2000, 05:39 AM
uh, sorry..
:) Really nice effect Fox, how did you do that?

Fox
Oct 22nd, 2000, 05:44 AM
It's the Melt-modifier ...nothing special ;)

Cbomb
Oct 22nd, 2000, 10:48 AM
LOL thats funny..heh..cool effect Fox.

Fox
Oct 22nd, 2000, 12:30 PM
He CBomb, are you back in town ;)

/\/\isanThr0p
Oct 23rd, 2000, 10:59 PM
Next time blow it up!! lol!
Blowing up and adding lens effects is all I ever did in 3D Studio Max

Fox
Oct 24th, 2000, 10:22 AM
Yeah, blowing up is cool, but you see this effect every day! But did you ever see a hose melting? :)

Spie
Oct 28th, 2000, 09:41 AM
3D Studio Max is like $3,000! Is it worth it? lol I can't imagine any computer program worth that much money.

Fox
Oct 28th, 2000, 10:37 AM
For a private person sure not! ;) As mentioned before I "borrowed" it from a friend :D

Spie
Oct 28th, 2000, 11:57 AM
lol thats a great idea... they really went overboard when comming up with the price!

MoMad
Oct 28th, 2000, 06:21 PM
How 'bout downloading Hotline Client.... http://www.bigredh.com
hehe

MoMad
Oct 28th, 2000, 06:24 PM
how did u make the house melt?? thats coool...
could u make anything melt?

Cbomb
Oct 28th, 2000, 11:02 PM
Yup im back...been busy...as for melting im almost 100% sure that you can melt anything you want.

Fox
Oct 28th, 2000, 11:27 PM
Correct. And welcome back!

MoMad
Oct 29th, 2000, 01:51 AM
is there a way that i can make like a vb web browser that allows u to d/l files without getting that "files save..." thing? and is there a way that i can run local *.asp files from my vbapp... will it include all of the server side stuff?
--would i need to have it on a web page for it to work or will vb process the server-side stuff?

This question is probably out of your league but if you can help... plz...

Thank you very much!

HarryW
Oct 29th, 2000, 09:08 PM
In order for .ASP files to work correctly, the server they are requested from must have the ASP interpreter installed. The ASP interpreter basically uses the ASP and server-side VBScript code to produce HTML, which the client's browser then displays as a normal webpage. ASP is totally server-side, so your browser doesn't do anything with ASP code.

If you want to view local ASP files, you will have to have the ASP interpreter installed on your computer. The ASP interpreter kicks in when an HTTP request is received by the server for the .ASP page, so you have to put http://yournetworkaddress/etcetera.asp in the address bar, not just the usual FILE:///C|\pathname\etcetera.asp.

MoMad
Oct 30th, 2000, 12:33 AM
is there any way i can view them locally or make an app that acts like the interpreter?

i just wanted to make an app that can view asp source code.... i'tried uploading my *.asp file to my geocities account but geocities doesnt support *.asp for security reasons...
so ill try using spree, xoom, or some other free web page place

:p