-
Notifications
You must be signed in to change notification settings - Fork 70
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How to get a scene with a movie? #45
Comments
Like this?
|
@NGeorgescu This does not show the movie in full screen. Even though I used your centralized view I got such a movie: As you can see, the movie is still small in the background and not what I want. I'd like to have that movie running in the background being the whole screen. |
I don't understand what I'm looking at in your screenshot. You want a movie inside your movie? |
Yes, that's what the code I shared first all above is doing in the first place. There is a frame/box in which a movie is playing. I want that frame/box to be fullscreen. Very simple. |
I believe what you have here is more a geometry problem, you will have to orient the box right in front of the camera and at the right distance (or sight size) so it covers the whole camera field. It's all about trials and errors. |
@Zulko You're right, it boils down to that eventually. I mean, why does the box appear in weird location like that in the first place? The camera looks at the sphere how it supposed to, however the box not. That means the box is misplaced. |
Hi, I have the following (from the tutorial):
However I don't get the video fullscreen in the background. I want the whole scene to be the video, added the objects at the locations specified.
How to achieve this?
The text was updated successfully, but these errors were encountered: