view Applications/Samples/rt-viewer-demo/rt-viewer-demo.html @ 921:81d30cd93b65 toa2019072201

Ability to ask the loader for the geometry in PULL mode (when subscribing to the messages is not possible) + small changes (removed const/ref qualifiers for boost::shared_ptr param, added traces, doc change)
author Benjamin Golinvaux <bgo@osimis.io>
date Mon, 22 Jul 2019 11:21:09 +0200
parents 1d9deb4ee84c
children
line wrap: on
line source

<!doctype html>

<html lang="us">
  <head>
    <meta charset="utf-8" />
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8">

    <!-- Disable pinch zoom on mobile devices -->
    <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no" />
    <meta name="HandheldFriendly" content="true" />

    <title>Simple Viewer</title>
    <link href="samples-styles.css" rel="stylesheet" />

<body>
  <div style="width: 100%; height: 5%">
    <p>RTSTRUCT viewer demonstration</p>
  </div>
  <div style="width: 100%; height: 95%">
    <canvas id="canvas"></canvas>
  </div>
  <script type="text/javascript" src="app-rt-viewer-demo.js"></script>
</body>

</html>