Questions tagged [overlay]
The overlay tag has no summary.
11 questions
0
votes
1
answer
611
views
Way to store object reference?
I have a project where a minion overlaps the tower.
Needless to say, the problem occurs when more than one minion overlaps the tower at the same time.
It turns out I've figured out how to go through ...
0
votes
2
answers
3k
views
Overlap detection does not work correctly when there is more than one warrior colliding with the tower
I have a project where warriors are generated and they follow a route. In this route has a tower, when a warrior overlaps that tower, it takes 5 of it life, and he does it every 1 second.
Code of the ...
0
votes
2
answers
147
views
Nonsense error in the overlap between 2 warriors and a tower
I have a project where 1 warrior is generated every 5 seconds. This warrior as it is generated tries to follow a path that contains 4 target points. Between the target point 1 and the target point 2 ...
0
votes
0
answers
130
views
How to make overlap detection more accurate?
I have a project where there are two types of warrior, red and blue.
When they overlap, both are destroyed, or at least that is what should happen.
Red Warrior Blueprint (code of destruction):
This ...
0
votes
2
answers
3k
views
Google street view racing game?
How would one create a map for gaming using Google street view? Are there any programs for doing this? The cars, people and objects could be edited out and replaced with digital copies if the same ...
0
votes
3
answers
570
views
Figuring out if two objects overlap on screen
I want to figure out if 2 3D models overlap on screen. My general idea is:
Compute the bounding box of each model
Transform the bounding box to the View Volume using the ViewProjection matrix
Check if ...
3
votes
1
answer
529
views
Unity VR: How to draw camera on top of VRSettings.showDeviceView mirroring
We're using VRSettings.showDeviceView = true to mirror the VR display to the main window. We also have a camera that we'd like to draw over top of the main window's mirrored VR image. This other ...
0
votes
1
answer
2k
views
Overlay Image on Mesh Unity
I have a whiteboard object that I would like to put images/pdfs/powerpoints on. I am not sure how to overlay an image on a white shader. I looked at this post:
Loading .PNG file and using it for ...
4
votes
3
answers
7k
views
3D game with Pre-rendered background
So a friend of mine and myself are starting to create our first game together.
We descided on doing a 2.5D kind of game, so a static camera that moves with the player but cannot rotate.
I got the ...
4
votes
1
answer
3k
views
rendering an image within c# & sharpdx dirext3d9 [game overlay]
I'm following this guide and the related blog post to implement a basic game overlay for DirectX 9 games using SharpDX.
So the tutorial already have an example for text rendering but I need to be ...
5
votes
3
answers
3k
views
Unity3d. Overlay of clothes on a human model
I have:
Clothes model (jackets, shirts, sweater etc. with various
sizes,colors)
Human model with dynamic height, width, position
Need overlay the clothes' model onto a human model.
Variant with a ...