I downloaded the beta, but I'm unable to select the object I want to scale. I can't grab a portal frame and scale it, clicking just creates more frames.
Attempted to post Video Response of linked portals with different aspect ratios. Portals Scaleable2 is the name of the video in case it does not post as a video response.
I was supposed to upload a video of portals linked with different aspect ratios, but due to a virus I have to recode the demo. Hopfully will be able to post a video response soon.
Yes, but the X:Y scale ratios need to be the same. Meaning, you can't connect a square portal to a rectangle portal. It won't work in reality, so I can't quite implement it.
I meant that if you have portals of different sizes connected to each other, it would resize an object going through. Like a square getting resized into a rectangle.
No, that won't work. I can't implement it because it wouldn't work in reality, there is no way to implement it. What happens when you see through the portal, and a square (which looks like a rectangle due to the scale) tips over? Does it morph into a rectangle again, or what? It won't work.
Sounds about right. What would happen is your square would become a rhombus. Also what you see may not match what will come out. I am still trying to conceptize this and still working on it, but Ithink I may be able to implement it if I can remove the camera view angle as being a factor. No promises though.
I think I may have proof as well. In my app, you can link two portals together that are not the same aspect ratio. Tranversal with the camera works great. Problem is sometimes you may not be able to get the same object out that you put in. Hopefully I'll be able to make a video of it soon ;)
I think you would simply have one small object colliding with one big object, and that is what you would see, dispite the fact that that small object is the big object.
Like I said before, trick is only 50% done. It'll be even more seamless (to the point where people like you shouldn't be noticing it :D lol) when it's finished.
I'm liking these frequent videos, keep 'em coming!
Question (not specifically about this video): say a box is sitting against a wall, and one end of a portal is sitting against and facing another wall. If you move the other end of the portal so the box passes through it, you could seemingly "crush" the box as the distance between the two walls through the portal becomes smaller than the box itself.
Is this kind of situation handled? Would forces be exerted on the portal object?
Uh. No, currently there's nothing to handle this sort of situation. The portal forces are dominant over any regular collisions, so the box will end up being pushed through the wall. I should probably add in some sort of special case for this.
Sounds like a "forced transversal" case. If you assume that a portal's motion cannot be stopped as a result of object transversal, the object would have to go through the wall. This is because the object is not moving, so you cannot stop the object's motion (which is going through the wall) without stopping the portal's motion. Does this sound like the delema?
However, how do you link portals with different aspect ratios? Yes, you can non-uniformly scale objects when they go through, but what do you see through the portal?
Well, since I explicitly render the images on the portals actually show (and a perspective texture shader is applied to the portals), i simply make sure I transform the vertual camera matrix. I Take the camera's current matrix, multiply it by the inverse of the uplink portal's matrix, then multiply that by the downlink portal's matrix. That gives me the camera matrix to render the uplink portal's image from. I have found that the image you see is distorted approprietly.
This just made my day! xD
BjarkeDuDe 3 months ago
Alright but the question is, will it blend?
DeadlyRoadStrip 4 months ago
Make an infinite loop with scaled portals :3
Cheeseman648 5 months ago
MINDFUCK
bigbuddy2932 7 months ago
"Cookie if you get the orange ball reference"
&OrangeBall
Do I win?
Dth091 7 months ago
if you go through it will you get smaller or bigger?
jmcoolguy0 7 months ago
Description: "(cookie if you get the orange ball reference)"
I get it. the portals are resizing the orange ball.
KlockoBlockland 8 months ago
I downloaded the beta, but I'm unable to select the object I want to scale. I can't grab a portal frame and scale it, clicking just creates more frames.
timerider4 9 months ago
So that's why GLaDOS calls Chell fat... >:D
TheBetterGamer 10 months ago
Comment removed
Nero0 10 months ago
appearantly it's realeased on pseudoform org =D
Tidus019 1 year ago
Alice in wonderland
blahdob 1 year ago
where i can download
1354gaston 1 year ago
What about square cube law D,:
7ty714 1 year ago
hey is prity kool not like portal the game :D
gratianray2 2 years ago
I get the orange ball reference - it's totally from "The Room" demo that Molyneux did, isn't it :D
When he was pushing oranges through scaled portals.
DoctorMelon 2 years ago
Wow, imagine what kind of awesome puzzle solving techniques could employ this...
Bleenderhead 2 years ago
Attempted to post Video Response of linked portals with different aspect ratios. Portals Scaleable2 is the name of the video in case it does not post as a video response.
jviper2004 2 years ago
I was supposed to upload a video of portals linked with different aspect ratios, but due to a virus I have to recode the demo. Hopfully will be able to post a video response soon.
jviper2004 2 years ago
Orange is from Peter Molyneux's "the room" demo at 2005 GDC. Cookie for me! :) Anyways, is there a set release date yet for this project?
Pyroney 2 years ago
By the end of this summer.
nullsquared 2 years ago
What happens if you put one portal into another?
Pyroney 2 years ago
Nothing.
nullsquared 2 years ago
@nullsquared It collides?
guyboy625 6 months ago
@Pyroney Space and time implode onto your genitalia
blahdob 1 year ago
Could you scale them in other ways? Like a tall thin portal?
brandonianhare 2 years ago
Yes, but the X:Y scale ratios need to be the same. Meaning, you can't connect a square portal to a rectangle portal. It won't work in reality, so I can't quite implement it.
nullsquared 2 years ago
I meant that if you have portals of different sizes connected to each other, it would resize an object going through. Like a square getting resized into a rectangle.
brandonianhare 2 years ago
No, that won't work. I can't implement it because it wouldn't work in reality, there is no way to implement it. What happens when you see through the portal, and a square (which looks like a rectangle due to the scale) tips over? Does it morph into a rectangle again, or what? It won't work.
nullsquared 2 years ago
Sounds about right. What would happen is your square would become a rhombus. Also what you see may not match what will come out. I am still trying to conceptize this and still working on it, but Ithink I may be able to implement it if I can remove the camera view angle as being a factor. No promises though.
jviper2004 2 years ago
I think I may have proof as well. In my app, you can link two portals together that are not the same aspect ratio. Tranversal with the camera works great. Problem is sometimes you may not be able to get the same object out that you put in. Hopefully I'll be able to make a video of it soon ;)
jviper2004 2 years ago
What would happen if you had a block collide with its self if the portals were very close together? Especially with scaling?
OriChild 2 years ago
I think you would simply have one small object colliding with one big object, and that is what you would see, dispite the fact that that small object is the big object.
jviper2004 2 years ago
I never thought i'd see scaleable portals again..
More videos of the fun you can have in the game please :D
TheSharpTHOfLulz 2 years ago
stop teasing us! =P
Pamsted 2 years ago
Like I said before, trick is only 50% done. It'll be even more seamless (to the point where people like you shouldn't be noticing it :D lol) when it's finished.
nullsquared 2 years ago
I'm liking these frequent videos, keep 'em coming!
Question (not specifically about this video): say a box is sitting against a wall, and one end of a portal is sitting against and facing another wall. If you move the other end of the portal so the box passes through it, you could seemingly "crush" the box as the distance between the two walls through the portal becomes smaller than the box itself.
Is this kind of situation handled? Would forces be exerted on the portal object?
hpesoj00 2 years ago
Uh. No, currently there's nothing to handle this sort of situation. The portal forces are dominant over any regular collisions, so the box will end up being pushed through the wall. I should probably add in some sort of special case for this.
nullsquared 2 years ago
Sounds like a "forced transversal" case. If you assume that a portal's motion cannot be stopped as a result of object transversal, the object would have to go through the wall. This is because the object is not moving, so you cannot stop the object's motion (which is going through the wall) without stopping the portal's motion. Does this sound like the delema?
jviper2004 2 years ago
Yes, this is a dilemma with the portals.
However, how do you link portals with different aspect ratios? Yes, you can non-uniformly scale objects when they go through, but what do you see through the portal?
nullsquared 2 years ago
Well, since I explicitly render the images on the portals actually show (and a perspective texture shader is applied to the portals), i simply make sure I transform the vertual camera matrix. I Take the camera's current matrix, multiply it by the inverse of the uplink portal's matrix, then multiply that by the downlink portal's matrix. That gives me the camera matrix to render the uplink portal's image from. I have found that the image you see is distorted approprietly.
jviper2004 2 years ago
what game is that? is Portalized is the name? because i saw it on all of your portal vids
Metalsonic2008 2 years ago
I'm so glad you still have scalable portals in the game! :D
calculatorboyqwe 2 years ago
fucking incredible
D3STRUKT0R99 2 years ago