Results 1 to 5 of 5

Thread: 4D

  1. #1

    Thread Starter
    Frenzied Member
    Join Date
    Jul 1999
    Posts
    1,800
    Is it possible to make a 4D array? Im just wonderiing, If so, ths raises many questions.

  2. #2
    Hyperactive Member Zaphod64831's Avatar
    Join Date
    Mar 2000
    Posts
    268
    Yes, it is possible to make an array that's even more than that.

    The problem is that it is illustrated wrong, although it is easier to understand and faster to write it is still wrong and makes people narrow-minded. It's a bit difficult to do it the correct way, but if you just think of that chaos theory thing where each one splits then that's pretty much what it is.
    Email: [email protected]

    Home Page: www.olemac.net/~hutch

    I'm bored, VERY bored, and I got bored with my sig. So I changed it to this.

  3. #3
    PowerPoster Fox's Avatar
    Join Date
    Jan 2000
    Location
    *afk*
    Posts
    2,088
    Erm, making a 4D arrayis pretty easy:
    Dim A(10,10,10,10). What you probably mean is making 4D-models (instead of 'realistic' 3D models), that's a bit more complicated. But it's possible, as you can see 3D objects on a 2D screen (you render the 4D model to a virtual 3D object and this to your 2D screen).

  4. #4
    Hyperactive Member Zaphod64831's Avatar
    Join Date
    Mar 2000
    Posts
    268
    4D models are easy too, just make a 3D model and animate it and there you go.
    Email: [email protected]

    Home Page: www.olemac.net/~hutch

    I'm bored, VERY bored, and I got bored with my sig. So I changed it to this.

  5. #5
    Monday Morning Lunatic parksie's Avatar
    Join Date
    Mar 2000
    Location
    Mashin' on the motorway
    Posts
    8,169
    4D models are very bizarre objects...I don't suggest trying to get your head round them. Have a look at http://www.povray.org for a raytracer that creates 4D objects.
    4D hypercubes are lovely little things.
    EG: 3D wireframe cube, shine a light over it onto a piece of paper:
    Code:
     ----------
     |\      /|
     | \ __ / |
     |  |  |  |
     |  |__|  |
     | /    \ |
     |/      \|
     ----------
    Here, the small cube is the shadow of the top of the cube. With a hypercube, the shadow is a 3D object that looks like a small cube suspended inside a larger cube.

    PS: to display a 4D object, take a 3D 'slice' of it, then render that to your 2D screen.
    I refuse to tie my hands behind my back and hear somebody say "Bend Over, Boy, Because You Have It Coming To You".
    -- Linus Torvalds

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