<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<title type="html"><![CDATA[Infinity Code Forum — Higher definition height maps]]></title>
	<link rel="self" href="https://forum.infinity-code.com/extern.php?action=feed&amp;tid=1444&amp;type=atom" />
	<updated>2024-01-12T06:35:45Z</updated>
	<generator>PunBB</generator>
	<id>https://forum.infinity-code.com/viewtopic.php?id=1444</id>
		<entry>
			<title type="html"><![CDATA[Re: Higher definition height maps]]></title>
			<link rel="alternate" href="https://forum.infinity-code.com/viewtopic.php?pid=9343#p9343" />
			<content type="html"><![CDATA[<p>Yes, this feature is sometimes used when a user wants to use their own elevation data, which is usually more accurate than public data.<br />No, I have no plans to improve this feature because it will be an API anyway due to the fact that I don&#039;t know what kind of data and format the user will want to use.</p>]]></content>
			<author>
				<name><![CDATA[Alex Vertax]]></name>
				<uri>https://forum.infinity-code.com/profile.php?id=2</uri>
			</author>
			<updated>2024-01-12T06:35:45Z</updated>
			<id>https://forum.infinity-code.com/viewtopic.php?pid=9343#p9343</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Higher definition height maps]]></title>
			<link rel="alternate" href="https://forum.infinity-code.com/viewtopic.php?pid=6006#p6006" />
			<content type="html"><![CDATA[<p>Yes, RWT will first request all the values for the first terrain, then for the second, etc.</p>]]></content>
			<author>
				<name><![CDATA[Alex Vertax]]></name>
				<uri>https://forum.infinity-code.com/profile.php?id=2</uri>
			</author>
			<updated>2020-02-20T10:51:09Z</updated>
			<id>https://forum.infinity-code.com/viewtopic.php?pid=6006#p6006</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Higher definition height maps]]></title>
			<link rel="alternate" href="https://forum.infinity-code.com/viewtopic.php?pid=6005#p6005" />
			<content type="html"><![CDATA[<p>Thanks for the confirmation. Can you confirm that for a 2x2 terrain the requests are also sent for each quadrant rather the whole? E.g. <br />{x 0-4096, y 0-4096}, {x 4097-8194, y 0-4096}, {x 0-4096, y 4097-8194}, {x 4097-8194, y 4097-8194}<br />rather than treating it as a single large square;<br />{x 0-8194, 0-8194}</p>]]></content>
			<author>
				<name><![CDATA[paulio]]></name>
				<uri>https://forum.infinity-code.com/profile.php?id=1167</uri>
			</author>
			<updated>2020-02-20T10:41:57Z</updated>
			<id>https://forum.infinity-code.com/viewtopic.php?pid=6005#p6005</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Higher definition height maps]]></title>
			<link rel="alternate" href="https://forum.infinity-code.com/viewtopic.php?pid=5996#p5996" />
			<content type="html"><![CDATA[<p>2x2 terrains will request 4x4097x4097 values.</p>]]></content>
			<author>
				<name><![CDATA[Alex Vertax]]></name>
				<uri>https://forum.infinity-code.com/profile.php?id=2</uri>
			</author>
			<updated>2020-02-18T11:47:52Z</updated>
			<id>https://forum.infinity-code.com/viewtopic.php?pid=5996#p5996</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Higher definition height maps]]></title>
			<link rel="alternate" href="https://forum.infinity-code.com/viewtopic.php?pid=5995#p5995" />
			<content type="html"><![CDATA[<p>Thanks for that. The problem I now have is that I can see that the requests are associated with the Height Map Resolution. E.g. 4097. The problem I now have is that if I set the Terrain Count to anything other than 1x1 then the intercept requests are only enough for values to fill one tile-square. E.g. 2x2 terrain I would expect 4x4097x4097 requests for data OR 1x4097x4097 to be spread across the 2x2 tiles...I&#039;m not sure which :S</p>]]></content>
			<author>
				<name><![CDATA[paulio]]></name>
				<uri>https://forum.infinity-code.com/profile.php?id=1167</uri>
			</author>
			<updated>2020-02-18T11:45:32Z</updated>
			<id>https://forum.infinity-code.com/viewtopic.php?pid=5995#p5995</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Higher definition height maps]]></title>
			<link rel="alternate" href="https://forum.infinity-code.com/viewtopic.php?pid=5968#p5968" />
			<content type="html"><![CDATA[<p>It absolutely does not depend on the resolution of the data that you have.<br />RWT will request data in the resolution that is required for the current area settings.<br />It can be 100 meters per point or 1 centimeter per point.</p><p>Did you launch RWT / Intercept Elevation / Intercept, before starting the generation?</p>]]></content>
			<author>
				<name><![CDATA[Alex Vertax]]></name>
				<uri>https://forum.infinity-code.com/profile.php?id=2</uri>
			</author>
			<updated>2020-02-10T10:15:52Z</updated>
			<id>https://forum.infinity-code.com/viewtopic.php?pid=5968#p5968</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Higher definition height maps]]></title>
			<link rel="alternate" href="https://forum.infinity-code.com/viewtopic.php?pid=5966#p5966" />
			<content type="html"><![CDATA[<p>Hi, the problem seems to be that the intercept still uses the original provider. E.g. the provider is using a step size of 10m per x-coord. The new data has a better resolution of 1m per x-coord. But the intercept is only asked for data using the original 10m per x. Therefore the intercept cannot provide more accurate height details.</p>]]></content>
			<author>
				<name><![CDATA[paulio]]></name>
				<uri>https://forum.infinity-code.com/profile.php?id=1167</uri>
			</author>
			<updated>2020-02-10T09:50:01Z</updated>
			<id>https://forum.infinity-code.com/viewtopic.php?pid=5966#p5966</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Higher definition height maps]]></title>
			<link rel="alternate" href="https://forum.infinity-code.com/viewtopic.php?pid=5953#p5953" />
			<content type="html"><![CDATA[<p>Hello.</p><p>Example of how to intercept getting elevations, and use your own data is attached.<br />Hope this will be helpful.</p>]]></content>
			<author>
				<name><![CDATA[Alex Vertax]]></name>
				<uri>https://forum.infinity-code.com/profile.php?id=2</uri>
			</author>
			<updated>2020-02-05T00:51:24Z</updated>
			<id>https://forum.infinity-code.com/viewtopic.php?pid=5953#p5953</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Higher definition height maps]]></title>
			<link rel="alternate" href="https://forum.infinity-code.com/viewtopic.php?pid=5950#p5950" />
			<content type="html"><![CDATA[<p>I have a height map provider with data at 1m intervals. The new intercept API looks like a way I could use this data however I can&#039;t quite see it. The problem is that the intercept seems to be between an existing provider asking for an (mx,my) height but at the interval that the original provider uses (e.g. 10m). Am I misunderstanding how this works? </p><p>If not I&#039;m quite happy to write the code to act as another provider or perhaps have somewhere I can subscribe to override the map size and/or step increment values?</p>]]></content>
			<author>
				<name><![CDATA[paulio]]></name>
				<uri>https://forum.infinity-code.com/profile.php?id=1167</uri>
			</author>
			<updated>2020-02-04T13:46:34Z</updated>
			<id>https://forum.infinity-code.com/viewtopic.php?pid=5950#p5950</id>
		</entry>
</feed>
