3d surface images
#27
(12-20-2022, 07:33 PM)MasterGy Wrote: 3d is not very complicated, it's just very hard to explain. you are right, it should be made visually understandable. I'm happy to help. Unfortunately, I don't understand what you meant by the 3x3 cubes, even though I've read it many times. Please write it again.

I think what SMcNeill means is: at first, there is the view of inside the bedroom, only with the bed. So this should be two squares holding the width, height and length of the bed. But in 2D space we just see a thing that is like a table, at one end is a pillow, and the other end is not very exciting... somewhere to rest the feet I suppose.

This assumes someone is looking at the room right in front of him/her, and there's only this bedroom, that is empty except for the bed.

Now try adding a small desk. That would also require two squares, but cannot overlap with the bed. It might be placed in front of the bed, or behind the bed. At all times the user is looking at the room in two-dimensional space, at two objects which give a very small detail of the depth. The width and height of the bed could be distinguished easily, if it's in front of the desk. If the desk is what is at the front then all of it could be seen easily, but the depth is more difficult to judge only with two dimensions. That's why now you need the other dimension -- the two squares that define the depth.

The two squares of depth of the bed have to be different from the two squares of depth of the desk if they're going to have X coordinates (in 2D space) which are within range of each other. Might change the Y coordinates but it would elevate one of the objects off the floor and toward the ceiling, in 2D space. Then in three dimensions only, Z is the depth in this explanation.

I don't know, I missed physics in high school because I had to take chemistry for two consecutive high-school grades, got left back on the first one LOL because I wasn't that interested in school.



Not a good diagram, but it's worth a try:

Code: (Select All)
The desk is in front of the bed. Both have the same Y coordinate which is the floor. Z is the depth of the room.
What is revealed here (poorly) is that the bed and desk require at least two squares in 3D space for depth, for the outer limits.
Of course, more squares would be needed for detail.

|                         ^
|    +============+       |
|----!            !----o  |
|----!============!----|  Y
|    !            !    |  |
                          |
---------> X ---------->

                         
           |----------|  ^
+========+ |          |  |
!        ! o----------o  Y
!========! |__________|  |
!        ! |          |  |
                          |
---------> Z ---------->

But you're right, 3D is difficult to explain. Some people are just able to get it as a flash of lightning. Then one is asked to write a tutorial about it which is as hard for him/her as for the one trying to get that flash of lightning. :/
Reply


Messages In This Thread
3d surface images - by james2464 - 11-20-2022, 04:58 AM
RE: 3d surface images - by MasterGy - 12-18-2022, 05:13 PM
RE: 3d surface images - by james2464 - 12-18-2022, 09:02 PM
RE: 3d surface images - by MasterGy - 12-18-2022, 09:19 PM
RE: 3d surface images - by james2464 - 12-18-2022, 09:52 PM
RE: 3d surface images - by james2464 - 12-19-2022, 12:16 AM
RE: 3d surface images - by bplus - 12-19-2022, 01:12 AM
RE: 3d surface images - by mnrvovrfc - 12-19-2022, 10:27 AM
RE: 3d surface images - by james2464 - 12-19-2022, 02:26 AM
RE: 3d surface images - by james2464 - 12-19-2022, 06:01 AM
RE: 3d surface images - by MasterGy - 12-19-2022, 01:16 PM
RE: 3d surface images - by james2464 - 12-19-2022, 09:09 PM
RE: 3d surface images - by MasterGy - 12-19-2022, 09:20 PM
RE: 3d surface images - by james2464 - 12-19-2022, 09:44 PM
RE: 3d surface images - by MasterGy - 12-19-2022, 09:59 PM
RE: 3d surface images - by james2464 - 12-19-2022, 10:13 PM
RE: 3d surface images - by james2464 - 12-20-2022, 12:33 PM
RE: 3d surface images - by MasterGy - 12-20-2022, 01:52 PM
RE: 3d surface images - by james2464 - 12-20-2022, 03:52 PM
RE: 3d surface images - by MasterGy - 12-20-2022, 01:58 PM
RE: 3d surface images - by SMcNeill - 12-20-2022, 03:37 PM
RE: 3d surface images - by james2464 - 12-20-2022, 04:26 PM
RE: 3d surface images - by MasterGy - 12-20-2022, 07:33 PM
RE: 3d surface images - by mnrvovrfc - 12-20-2022, 11:22 PM
RE: 3d surface images - by SMcNeill - 12-20-2022, 11:39 PM
RE: 3d surface images - by james2464 - 12-20-2022, 06:02 PM
RE: 3d surface images - by MasterGy - 12-20-2022, 07:18 PM
RE: 3d surface images - by james2464 - 12-20-2022, 07:42 PM
RE: 3d surface images - by james2464 - 12-21-2022, 04:49 AM
RE: 3d surface images - by james2464 - 12-21-2022, 07:45 PM
RE: 3d surface images - by james2464 - 12-23-2022, 08:28 PM
RE: 3d surface images - by mnrvovrfc - 12-23-2022, 09:09 PM
RE: 3d surface images - by MasterGy - 12-24-2022, 01:39 PM
RE: 3d surface images - by MasterGy - 12-24-2022, 01:55 PM
RE: 3d surface images - by james2464 - 12-24-2022, 05:56 PM
RE: 3d surface images - by james2464 - 12-24-2022, 05:58 PM
RE: 3d surface images - by bplus - 12-24-2022, 06:34 PM
RE: 3d surface images - by james2464 - 12-24-2022, 07:40 PM
RE: 3d surface images - by MasterGy - 12-24-2022, 07:20 PM
RE: 3d surface images - by james2464 - 12-24-2022, 07:39 PM
RE: 3d surface images - by OldMoses - 12-25-2022, 12:25 AM
RE: 3d surface images - by james2464 - 12-26-2022, 05:13 PM
RE: 3d surface images - by james2464 - 12-26-2022, 05:19 PM
RE: 3d surface images - by MasterGy - 12-27-2022, 10:46 AM
RE: 3d surface images - by james2464 - 12-27-2022, 09:17 PM
RE: 3d surface images - by MasterGy - 12-27-2022, 10:53 AM



Users browsing this thread: 14 Guest(s)