Top "Scene" questions

'scene' can refer to various things.

Display 1 no cameras rendering

One of my team members just cloned my unity project which was working fine on my pc(unity 5.5) where as …

unity3d camera scene
Load scene with param variable Unity

In my game there is a map view that contains a 50x50 grid of tiles. When you click on the …

unity3d parameters scene
JavaFX New Scene on Button Click

The title may be a bit vague, so allow me to define it a little better. I have a working …

java user-interface button javafx scene
how to make transparent scene and stage in javafx?

I want to have transparent progressindicator, which is indefinite. here is the code, it shows grey background state/scene. i …

javafx transparent scene stage
Javafx: Change scene in setOnAction

I'm building a JavaFX application with multiple Scenes. I have a problem with scope of variable when changing scenes within …

javafx stage scene
Understanding scenes in Unity3d

I have some confusion with scenes in Unity3d and I was not able to find any resources about them. …

unity3d game-engine scene
Unity3D: Displaying different scenes on multiple monitors

Unity3D has native multimonitor support in recent versions. The API documentation suggests that this is tied to connecting each …

c# unity3d scene display multiple-monitors
How to hide and show an object on scene in three.js

I have an object which is composed of spheres on my scene. And I have a hide and show button. …

javascript three.js show-hide scene
threejs: rendering multiple scenes in a single webgl renderer

I am trying to include multiple scene into a single webgl renderer as per code below: renderer.render( scene1, camera ); …

3d three.js renderer scene
JavaFX: Best practice for navigating between UI screens

I want to change UI screens from login.fxml to home.fxml. Should I change the Stage or the Scene? …

java javafx fxml scene stage