All Questions
11 questions
-3
votes
1
answer
88
views
How are molecules colored in common molecular visualization software?
I will try to describe this situation as accurately as possible, apologies if some details are missing.
A few years ago we began experimenting with virtual reality apps for STEM education developed in ...
0
votes
2
answers
2k
views
Trying to make a Gorilla Tag movement system
I am trying to make a gorilla tag movement system but I have an error:
GetDrag does not exist in the current context
with my code saying just a simple "float GetDrag()".
I am watching this ...
0
votes
1
answer
3k
views
What is the best way to dynamically generate 3D objects on a grid in Unity?
I am an inexperienced programmer, I am looking for advice on a new unity project:
I need to generate terrain for a 3d game from fairly large tiles. For now I only need one type of tile, but I was ...
0
votes
1
answer
690
views
How is the Oculus Touch controller selection implemented?
I'm extremely new to Unity and Oculus, and I'm attempting to follow this guide on how to enable a controller laser pointer to select a 3D object in Unity.
This is my current attempt:
OVRCameraRig ...
0
votes
0
answers
93
views
Unity slider only works from one side in 3d
I am trying to create a slider using Unity to be used in a 3d environment but the sliders only work from one side, it seems like they only work in a 2d plane.
I replaced the handler of the slider ...
0
votes
0
answers
161
views
Can I run a XAML Unity App in 3D mode using the Mixed Reality
I'm using the latest Unity version (2017.3.0f3) and check my player enable Window Mixed Reality. After building a new project from Unity with Build Type XAML, I see nothing but a black screen. When I ...
0
votes
1
answer
273
views
HRTF database used in Resonance
I am doing a research on 3D audio plugins working on unity for my Master's thesis at Aalto University Finland.
I was wondering if Resonance was using KEMAR hrtf database or something customized?
1
vote
1
answer
849
views
Galaxy Phone S7 VR is all looking straight down and will not move
I'm developing a Unity VR app, which has been working an hour ago. 3D Video and the camera moved when I moved my head.
Recently though, the VR app is always pointing down. I.e. staring at the floor....
0
votes
1
answer
358
views
How can I import a 3D graph to the Unity interface?
Running into a bit of trouble with a program that can create a 3D graph on Unity after inputting an xyz function into a basic C# UI. (format is z= function in terms of x and y)
Things I've tried are ...
6
votes
3
answers
2k
views
Best approach for 2D gesture recognition in VR?
I'm the developer on a game which uses gesture recognition with the HTC Vive roomscale VR headset, and I'm trying to improve the accuracy of our gesture recognition.
(The game, for context: http://...
0
votes
1
answer
425
views
VR/360 playback of gameplay recording
Apologies if this question has been asked before, and apologies too if it is obvious to those with knowledge - I'm completely tech illiterate especially when it comes to gaming etc so bear with me!
I'...