playMaker

Author Topic: [Renamed] Camera+GUI for the Arch Viz  (Read 8569 times)

fis

  • Playmaker Newbie
  • *
  • Posts: 12
[Renamed] Camera+GUI for the Arch Viz
« on: April 14, 2011, 04:52:42 PM »
The main goals are
 - to save the camera positions/viewpoints to the list with ability to add/delete and rename them
 - then to switch between the views flying from one point to another
 - to save/load the list to/from the external file ?
Please take a look at the video to understand what I mean:

Update: 05.05.2011
http://www.fisart3d.com/UnityExamples/ArchVizCamera/WebPlayer.html

The source project is here:
http://www.fisart3d.com/UnityExamples/ArchVizCamera/Playmaker_Research.zip
Project require Playmaker installing.
« Last Edit: May 05, 2011, 09:41:00 AM by fis »

fis

  • Playmaker Newbie
  • *
  • Posts: 12
Re: Fly+WalkModeCamera
« Reply #1 on: April 15, 2011, 06:48:17 AM »
Just notified that mouse look works much slower in the standalone built then in web built. Does anybody have an idea how to solve this?
« Last Edit: April 15, 2011, 08:18:48 AM by fis »

MaDDoX

  • 1.2 Beta
  • Full Member
  • *
  • Posts: 165
    • FluidPlay Studios
Re: Fly+WalkModeCamera
« Reply #2 on: April 19, 2011, 07:45:37 AM »
Cool example, thanks for posting :)
Just notified that mouse look works much slower in the standalone built then in web built. Does anybody have an idea how to solve this?
If I recall correctly, in regular unity scripting that would be multiplying the mouse look speed by time.deltatime (to make it framerate-independent) in the update. In Playmaker I imagine the action would need a "real time" option of sorts I wonder. I'll take a look at it later.
--
Breno "MaDDoX" Azevedo
@brenoazevedo

fis

  • Playmaker Newbie
  • *
  • Posts: 12
Re: [Renamed] Camera+GUI for the Arch Viz
« Reply #3 on: May 05, 2011, 09:08:48 AM »
New update ready.
I have fixed some issues and added ability to create the viewpoints for the camera.
The problem with the different camera rotation speed in web player and standalone app still remains and I don't know how to solve this.
And as far as I understand it's impossible to store the viewpoint buttons to the scrolling window with the current version of the PM.



 
« Last Edit: May 05, 2011, 09:40:03 AM by fis »

Alex Chouls

  • Administrator
  • Hero Member
  • *****
  • Posts: 3985
  • Official Playmaker Support
    • LinkedIn
Re: [Renamed] Camera+GUI for the Arch Viz
« Reply #4 on: May 08, 2011, 02:56:45 AM »
I'll add Scroll View actions to the TODO list. They should be pretty straightforward to make - very similar to BeginArea/EndArea.