#Important Question

1 messages · Page 1 of 1 (latest)

tender roost
#

How did Homemade_Meal make this? I have been trying to figure out how the masking the viewport works, how they got the portals to look convincing, and all the rotations and stuff correct.

I wanna try and replicate how this looks so I can learn more about all this.

#

I watched this video about all this, but it looks like they got it so the view is the portals actual area, but I can't find anything that roblox lets you use to replicate this
https://www.youtube.com/watch?v=_SmPR5mvH7w&t=273s

I'm a professional programmer who works on games, web and VR/AR applications. With my videos I like to share the wonderful world of programming with everyone!

How did valve create their iconic portals? In this video I demonstrate my process of recreating the portals in Portal.

Music in in outro:
Besus y Abrazor - Rolemusic: https://freemusica...

▶ Play video
#

the best I could guess is sizing the viewport frame to where it only shows the portal view, but then the issue is how would I calculate that?

wide belfry
#

viewport frames are pretty limited aren't they?

#

with the lighting and rendering capacity

#

that would probably create some problems for you if you use them but im not sure how else you would do it

tender roost
#

ill check it out and see what they did

humble aurora
#

i tried making portals a while ago, never could get the math right but did make a convincing effect

#

basically you want a viewport for a surface gui

#

and then you like do a shitload of math

long hare
long hare
#

this portal technique is uuuuuugllleeehhhh

#

problem being viewports don't have shadows or lighting, so they look really bad. that's without considering the pixelation problem up close

#

there's a whole host of other unsolved problems for portals in roblox

#

but the main one that just kills it is just how ugly it is because of the lack of lighting.

long hare
#

as in, it is baked into the map's textures.

#

lighting doesn't effect it since it is like a decal on the wall

long hare
#

and again suffer lighting problems

long hare
subtle bobcat
tender roost
long hare
tender roost
#

Thx, all I really need to do though is just code the walking through to be semi decent, I have a good idea on how to do it, but also I need to get the shape of the portal

long hare
tender roost
#

I know but I wanna at least code something lol

long hare
#

you can get by with characters though

long hare