ufna / VaQuoleUI

[DEPRECATED] Web UI framework plugin for Unreal Engine 4 - feel the power of HTML5!
MIT License
122 stars 57 forks source link

LOD system #9

Closed ufna closed 10 years ago

ufna commented 10 years ago

LOD system depends on:

  1. Distance control
  2. Quality control
  3. JS turn on/off control

Widget should be rendered with scale into QImage of smaller size. When UIComponent is far away from player, it will also shut down web plugins and JS code.

ufna commented 10 years ago

It works now a bit different - developer can enable/disable view from BP or code whenever he wants. So, LOD basics is here.