Home
last modified time | relevance | path

Searched refs:topCamera (Results 1 – 5 of 5) sorted by relevance

/dports/cad/sweethome3d/SweetHome3D-6.6.4-src/src/com/eteks/sweethome3d/viewcontroller/
H A DHomeController3D.java393 private Camera topCamera; field in HomeController3D.TopCameraState
505 this.topCamera = home.getCamera(); in enter()
792 + (float)Math.sin(this.topCamera.getPitch()) * distanceToCenter); in placeCameraAt()
797 float newYaw = this.topCamera.getYaw() + delta; in rotateCameraYaw()
800 this.topCamera.setYaw(newYaw); in rotateCameraYaw()
809 float newPitch = this.topCamera.getPitch() + delta; in rotateCameraPitch()
817 this.topCamera.setPitch(newPitch); in rotateCameraPitch()
828 this.topCamera.setCamera(camera); in goToCamera()
829 this.topCamera.setTime(camera.getTime()); in goToCamera()
830 this.topCamera.setLens(camera.getLens()); in goToCamera()
[all …]
/dports/cad/sweethome3d/SweetHome3D-6.6.4-src/src/com/eteks/sweethome3d/model/
H A DHome.java344 …Camera topCamera = new Camera(HOME_TOP_CAMERA_ID, this.topCamera.getX(), this.topCamera.getY(), th… in readObject() local
345 this.topCamera.getYaw(), this.topCamera.getPitch(), this.topCamera.getFieldOfView()); in readObject()
347 topCamera.setProperty(name, this.topCamera.getProperty(name)); in readObject()
349 topCamera.setLens(this.topCamera.getLens()); in readObject()
350 topCamera.setTime(this.topCamera.getTime()); in readObject()
351 if (this.camera == this.topCamera) { in readObject()
352 this.camera = topCamera; in readObject()
354 this.topCamera = topCamera; in readObject()
1333 homeItems.add(this.topCamera); in getHomeObjects()
1555 return this.topCamera; in getTopCamera()
[all …]
/dports/games/pioneer/pioneer-20210723/src/ship/
H A DShipViewController.h78 Action *topCamera; member
H A DShipViewController.cpp60 topCamera = AddAction("BindTopCamera"); in RegisterBindings()
201 else if (InputBindings.topCamera->IsActive()) in Update()
/dports/cad/sweethome3d/SweetHome3D-6.6.4-src/src/com/eteks/sweethome3d/io/
H A DHomeXMLHandler.java584 Camera topCamera = this.home.getTopCamera(); in endElement() local
585 topCamera.setCamera(camera); in endElement()
586 topCamera.setTime(camera.getTime()); in endElement()
587 topCamera.setLens(camera.getLens()); in endElement()