Skip to content

Commit 7b34cd6

Browse files
committed
1 parent 0843afa commit 7b34cd6

File tree

9 files changed

+342
-6
lines changed

9 files changed

+342
-6
lines changed

itowns/dev/dist/debug.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

itowns/dev/dist/debug.umd.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

itowns/dev/dist/itowns.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

itowns/dev/dist/itowns.umd.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

itowns/dev/dist/itowns_widgets.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

itowns/dev/dist/itowns_widgets.umd.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

itowns/dev/docs/api/View/GlobeView.html

Lines changed: 112 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1746,6 +1746,118 @@ <h4>Parameters</h4>
17461746

17471747

17481748

1749+
</div>
1750+
1751+
<hr/>
1752+
1753+
1754+
1755+
<div class="method">
1756+
<h3>
1757+
<span class="method-name">readDepthBuffer</span>
1758+
(
1759+
1760+
1761+
1762+
1763+
x:
1764+
<span class="type">number</span>,
1765+
1766+
y:
1767+
<span class="type">number</span>,
1768+
1769+
width:
1770+
<span class="type">number</span>,
1771+
1772+
height:
1773+
<span class="type">number</span>,
1774+
1775+
buffer:
1776+
<span class="type">THREE.RenderTarget</span>
1777+
1778+
1779+
)
1780+
:
1781+
1782+
<span class="type">THREE.RenderTarget</span>
1783+
1784+
1785+
1786+
</h3>
1787+
1788+
1789+
1790+
1791+
1792+
1793+
<h4>Returns</h4>
1794+
1795+
<p>The provided buffer or a newly created one, filled with the depth buffer data.</p>
1796+
1797+
1798+
1799+
<h4>Parameters</h4>
1800+
1801+
1802+
<ul class="params">
1803+
1804+
<li>
1805+
<code>x</code>
1806+
1807+
1808+
&mdash; <span><p>Horizontal position in view coordinates.</p></span>
1809+
1810+
1811+
1812+
</li>
1813+
1814+
<li>
1815+
<code>y</code>
1816+
1817+
1818+
&mdash; <span><p>Vertical position in view coordinates.</p></span>
1819+
1820+
1821+
1822+
</li>
1823+
1824+
<li>
1825+
<code>width</code>
1826+
1827+
1828+
&mdash; <span><p>Width in pixels.</p></span>
1829+
1830+
1831+
1832+
</li>
1833+
1834+
<li>
1835+
<code>height</code>
1836+
1837+
1838+
&mdash; <span><p>Height in pixels.</p></span>
1839+
1840+
1841+
1842+
</li>
1843+
1844+
<li>
1845+
<code>buffer</code>
1846+
1847+
1848+
&mdash; <span><p>If null, a Uint8 buffer is created matching the previous params.</p></span>
1849+
1850+
1851+
1852+
</li>
1853+
1854+
</ul>
1855+
1856+
1857+
1858+
1859+
1860+
17491861
</div>
17501862

17511863
<hr/>

itowns/dev/docs/api/View/PlanarView.html

Lines changed: 112 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1725,6 +1725,118 @@ <h4>Parameters</h4>
17251725

17261726

17271727

1728+
</div>
1729+
1730+
<hr/>
1731+
1732+
1733+
1734+
<div class="method">
1735+
<h3>
1736+
<span class="method-name">readDepthBuffer</span>
1737+
(
1738+
1739+
1740+
1741+
1742+
x:
1743+
<span class="type">number</span>,
1744+
1745+
y:
1746+
<span class="type">number</span>,
1747+
1748+
width:
1749+
<span class="type">number</span>,
1750+
1751+
height:
1752+
<span class="type">number</span>,
1753+
1754+
buffer:
1755+
<span class="type">THREE.RenderTarget</span>
1756+
1757+
1758+
)
1759+
:
1760+
1761+
<span class="type">THREE.RenderTarget</span>
1762+
1763+
1764+
1765+
</h3>
1766+
1767+
1768+
1769+
1770+
1771+
1772+
<h4>Returns</h4>
1773+
1774+
<p>The provided buffer or a newly created one, filled with the depth buffer data.</p>
1775+
1776+
1777+
1778+
<h4>Parameters</h4>
1779+
1780+
1781+
<ul class="params">
1782+
1783+
<li>
1784+
<code>x</code>
1785+
1786+
1787+
&mdash; <span><p>Horizontal position in view coordinates.</p></span>
1788+
1789+
1790+
1791+
</li>
1792+
1793+
<li>
1794+
<code>y</code>
1795+
1796+
1797+
&mdash; <span><p>Vertical position in view coordinates.</p></span>
1798+
1799+
1800+
1801+
</li>
1802+
1803+
<li>
1804+
<code>width</code>
1805+
1806+
1807+
&mdash; <span><p>Width in pixels.</p></span>
1808+
1809+
1810+
1811+
</li>
1812+
1813+
<li>
1814+
<code>height</code>
1815+
1816+
1817+
&mdash; <span><p>Height in pixels.</p></span>
1818+
1819+
1820+
1821+
</li>
1822+
1823+
<li>
1824+
<code>buffer</code>
1825+
1826+
1827+
&mdash; <span><p>If null, a Uint8 buffer is created matching the previous params.</p></span>
1828+
1829+
1830+
1831+
</li>
1832+
1833+
</ul>
1834+
1835+
1836+
1837+
1838+
1839+
17281840
</div>
17291841

17301842
<hr/>

itowns/dev/docs/api/View/View.html

Lines changed: 112 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1870,6 +1870,118 @@ <h4>Parameters</h4>
18701870

18711871

18721872

1873+
</div>
1874+
1875+
<hr/>
1876+
1877+
1878+
1879+
<div class="method">
1880+
<h3>
1881+
<span class="method-name">readDepthBuffer</span>
1882+
(
1883+
1884+
1885+
1886+
1887+
x:
1888+
<span class="type">number</span>,
1889+
1890+
y:
1891+
<span class="type">number</span>,
1892+
1893+
width:
1894+
<span class="type">number</span>,
1895+
1896+
height:
1897+
<span class="type">number</span>,
1898+
1899+
buffer:
1900+
<span class="type">THREE.RenderTarget</span>
1901+
1902+
1903+
)
1904+
:
1905+
1906+
<span class="type">THREE.RenderTarget</span>
1907+
1908+
1909+
1910+
</h3>
1911+
1912+
1913+
1914+
1915+
1916+
1917+
<h4>Returns</h4>
1918+
1919+
<p>The provided buffer or a newly created one, filled with the depth buffer data.</p>
1920+
1921+
1922+
1923+
<h4>Parameters</h4>
1924+
1925+
1926+
<ul class="params">
1927+
1928+
<li>
1929+
<code>x</code>
1930+
1931+
1932+
&mdash; <span><p>Horizontal position in view coordinates.</p></span>
1933+
1934+
1935+
1936+
</li>
1937+
1938+
<li>
1939+
<code>y</code>
1940+
1941+
1942+
&mdash; <span><p>Vertical position in view coordinates.</p></span>
1943+
1944+
1945+
1946+
</li>
1947+
1948+
<li>
1949+
<code>width</code>
1950+
1951+
1952+
&mdash; <span><p>Width in pixels.</p></span>
1953+
1954+
1955+
1956+
</li>
1957+
1958+
<li>
1959+
<code>height</code>
1960+
1961+
1962+
&mdash; <span><p>Height in pixels.</p></span>
1963+
1964+
1965+
1966+
</li>
1967+
1968+
<li>
1969+
<code>buffer</code>
1970+
1971+
1972+
&mdash; <span><p>If null, a Uint8 buffer is created matching the previous params.</p></span>
1973+
1974+
1975+
1976+
</li>
1977+
1978+
</ul>
1979+
1980+
1981+
1982+
1983+
1984+
18731985
</div>
18741986

18751987
<hr/>

0 commit comments

Comments
 (0)