achirkin / qua-view

Web app written in Haskell (GHCJS) for visualizing building geometry

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Scenario features

achirkin opened this issue · comments

Here is a list of currently implemented end pending qua-view scenario features.
See README.md for corresponding property names and descriptions.

  • View and default colors (***Color)
  • Maximum visibility distance in meters (viewDistance)
  • Map support (mapZoomLevel, useMapLayer, mapUrl)
  • Hide properties from viewed property list (hiddenProperties)
  • Show image for an object in the info panel (previewImgUrl)
  • Extrude flat objects based on their height property (height,defaultObjectHeight)
  • Group objects to behave as a whole (e.g. for mixed-use coloring) (groupID)
  • Make some objects as non-selectable decorations (selectable)
  • Dynamic and static objects (static)
  • Hide some objects completely (visible)
  • Specify default camera position (special:camera)
  • Delete and add objects via copying template objects (special:template)
  • Define scenario working area (special:forcedArea)

Small fixes:

  • Reset camera position automatically when loading new scenario.
  • Improve inference of number of map cells to load

Small fixes:

  • Forcefully deselect all objects before taking scenario screenshot