Results 1 to 19 of 19

Thread: A house...

  1. #1

    Thread Starter
    PowerPoster Fox's Avatar
    Join Date
    Jan 2000
    Location
    *afk*
    Posts
    2,088
    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...), hope you'll like it ^_^ !

  2. #2
    transcendental analytic kedaman's Avatar
    Join Date
    Mar 2000
    Location
    0x002F2EA8
    Posts
    7,221
    Hey fox, 404! 404!
    Use
    writing software in C++ is like driving rivets into steel beam with a toothpick.
    writing haskell makes your life easier:
    reverse (p (6*9)) where p x|x==0=""|True=chr (48+z): p y where (y,z)=divMod x 13
    To throw away OOP for low level languages is myopia, to keep OOP is hyperopia. To throw away OOP for a high level language is insight.

  3. #3

    Thread Starter
    PowerPoster Fox's Avatar
    Join Date
    Jan 2000
    Location
    *afk*
    Posts
    2,088
    I said: SAVE AS!!!

  4. #4
    transcendental analytic kedaman's Avatar
    Join Date
    Mar 2000
    Location
    0x002F2EA8
    Posts
    7,221
    uh, sorry..
    Really nice effect Fox, how did you do that?
    Use
    writing software in C++ is like driving rivets into steel beam with a toothpick.
    writing haskell makes your life easier:
    reverse (p (6*9)) where p x|x==0=""|True=chr (48+z): p y where (y,z)=divMod x 13
    To throw away OOP for low level languages is myopia, to keep OOP is hyperopia. To throw away OOP for a high level language is insight.

  5. #5

    Thread Starter
    PowerPoster Fox's Avatar
    Join Date
    Jan 2000
    Location
    *afk*
    Posts
    2,088
    It's the Melt-modifier ...nothing special

  6. #6
    Addicted Member Cbomb's Avatar
    Join Date
    Jul 1999
    Posts
    153

    Exclamation Hey cool

    LOL thats funny..heh..cool effect Fox.
    Cbomb
    Techie

  7. #7

    Thread Starter
    PowerPoster Fox's Avatar
    Join Date
    Jan 2000
    Location
    *afk*
    Posts
    2,088
    He CBomb, are you back in town

  8. #8
    Frenzied Member /\/\isanThr0p's Avatar
    Join Date
    Jul 2000
    Location
    They can't stop us! We're on a misson from God.
    Posts
    1,181
    Next time blow it up!! lol!
    Blowing up and adding lens effects is all I ever did in 3D Studio Max
    Sanity is a full time job

    Puh das war harter Stoff!

  9. #9

    Thread Starter
    PowerPoster Fox's Avatar
    Join Date
    Jan 2000
    Location
    *afk*
    Posts
    2,088
    Yeah, blowing up is cool, but you see this effect every day! But did you ever see a hose melting?

  10. #10
    Lively Member Spie's Avatar
    Join Date
    Jul 2000
    Location
    On a very small coconut somewhere near Mars
    Posts
    126
    3D Studio Max is like $3,000! Is it worth it? lol I can't imagine any computer program worth that much money.

  11. #11

    Thread Starter
    PowerPoster Fox's Avatar
    Join Date
    Jan 2000
    Location
    *afk*
    Posts
    2,088
    For a private person sure not! As mentioned before I "borrowed" it from a friend

  12. #12
    Lively Member Spie's Avatar
    Join Date
    Jul 2000
    Location
    On a very small coconut somewhere near Mars
    Posts
    126
    lol thats a great idea... they really went overboard when comming up with the price!

  13. #13
    Fanatic Member MoMad's Avatar
    Join Date
    Oct 2000
    Location
    Seattle, WA
    Posts
    625
    How 'bout downloading Hotline Client.... http://www.bigredh.com
    hehe
    :MoMad:
    Nice Sig!

    http://go.to/momad/ Status: Not Ready

  14. #14
    Fanatic Member MoMad's Avatar
    Join Date
    Oct 2000
    Location
    Seattle, WA
    Posts
    625
    how did u make the house melt?? thats coool...
    could u make anything melt?
    :MoMad:
    Nice Sig!

    http://go.to/momad/ Status: Not Ready

  15. #15
    Addicted Member Cbomb's Avatar
    Join Date
    Jul 1999
    Posts
    153

    Smile Meltables

    Yup im back...been busy...as for melting im almost 100% sure that you can melt anything you want.
    Cbomb
    Techie

  16. #16

    Thread Starter
    PowerPoster Fox's Avatar
    Join Date
    Jan 2000
    Location
    *afk*
    Posts
    2,088
    Correct. And welcome back!

  17. #17
    Fanatic Member MoMad's Avatar
    Join Date
    Oct 2000
    Location
    Seattle, WA
    Posts
    625
    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!
    :MoMad:
    Nice Sig!

    http://go.to/momad/ Status: Not Ready

  18. #18
    Frenzied Member HarryW's Avatar
    Join Date
    Jan 2000
    Location
    Heiho no michi
    Posts
    1,827
    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.
    Harry.

    "From one thing, know ten thousand things."

  19. #19
    Fanatic Member MoMad's Avatar
    Join Date
    Oct 2000
    Location
    Seattle, WA
    Posts
    625

    Exclamation so there's no way i can view it locally?

    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

    :MoMad:
    Nice Sig!

    http://go.to/momad/ Status: Not Ready

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width