Jump to content

janwrobel

Members
  • Posts

    3
  • Joined

janwrobel's Achievements

Newbie

Newbie (1/14)

10

Reputation

  1. Hi Nodar, We are working on a tool that will allow to do such visualizations without programming knowledge, but it is not yet ready. At this moment if you wanted to do it by yourself, you would need to write quite a lot of custom JavaScript. We are using Three.js 3D library, but there are other alternatives like Babylon.js. You could also use a game engine, which could allow for less custom programming, although currently high-end game engines do not yet support WebGL. As for realtime customizations. Our tool uses lightmaps, which allow for very realistic scene lighting but make it hard to change the scene in realtime. A lightmap is precomputed offline (similarly to static renders) and any change to the scene requires recomputation of the lightmap.
  2. Our next visualization has some nice improvements (parallax mapping for realistic bump simulation, higher resolution light-map, better navigation): http://www.shapespark.com/formikodesign/bulwarowa-street/ A screen-shot is below:
  3. Hello, I would like to share a link to a real-time visualization that our team created. It uses WebGL so can be viewed in a browser without plugins: http://www.shapespark.com/formikodesign/old-brewery-apartment/ Any feedback is very welcome
×
×
  • Create New...