<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<title type="html"><![CDATA[Infinity Code Forum — Cannot get my camera to view the terrain]]></title>
	<link rel="self" href="https://forum.infinity-code.com/extern.php?action=feed&amp;tid=1452&amp;type=atom" />
	<updated>2020-02-19T13:07:05Z</updated>
	<generator>PunBB</generator>
	<id>https://forum.infinity-code.com/viewtopic.php?id=1452</id>
		<entry>
			<title type="html"><![CDATA[Re: Cannot get my camera to view the terrain]]></title>
			<link rel="alternate" href="https://forum.infinity-code.com/viewtopic.php?pid=6002#p6002" />
			<content type="html"><![CDATA[<p>By default, water cannot be transparent.<br />You can create a custom shader + water mask to achieve this effect, but it requires some knowledge of how shaders work.</p><p>Different elevation data sources have different accuracy for different areas.<br />Try using a different elevation provider.<br />Also, with good initial data, you can break the accuracy of the result using wrong RWT settings.<br />This problem usually occurs with Elevation Range - Real World Value.</p>]]></content>
			<author>
				<name><![CDATA[Alex Vertax]]></name>
				<uri>https://forum.infinity-code.com/profile.php?id=2</uri>
			</author>
			<updated>2020-02-19T13:07:05Z</updated>
			<id>https://forum.infinity-code.com/viewtopic.php?pid=6002#p6002</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Cannot get my camera to view the terrain]]></title>
			<link rel="alternate" href="https://forum.infinity-code.com/viewtopic.php?pid=6001#p6001" />
			<content type="html"><![CDATA[<p>Many thanks for the help Alex. I&#039;m starting to understand the limitation in memory/size of textures etc.<br />May I also ask if the water in the textures can be transparent so that I can use a plane with custom texture?<br />Looks like the elevation is not accurate in my area...</p>]]></content>
			<author>
				<name><![CDATA[matsosv]]></name>
				<uri>https://forum.infinity-code.com/profile.php?id=1222</uri>
			</author>
			<updated>2020-02-19T12:57:38Z</updated>
			<id>https://forum.infinity-code.com/viewtopic.php?pid=6001#p6001</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Cannot get my camera to view the terrain]]></title>
			<link rel="alternate" href="https://forum.infinity-code.com/viewtopic.php?pid=5991#p5991" />
			<content type="html"><![CDATA[<p>You cannot scale the camera.<br />It does not work this way.<br />Instead, you need to scale down the terrain.<br />Try using RWT / Terrains / Scale - 0.1 (all axes).</p>]]></content>
			<author>
				<name><![CDATA[Alex Vertax]]></name>
				<uri>https://forum.infinity-code.com/profile.php?id=2</uri>
			</author>
			<updated>2020-02-17T19:34:38Z</updated>
			<id>https://forum.infinity-code.com/viewtopic.php?pid=5991#p5991</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Cannot get my camera to view the terrain]]></title>
			<link rel="alternate" href="https://forum.infinity-code.com/viewtopic.php?pid=5990#p5990" />
			<content type="html"><![CDATA[<p>Great advice!<br />I managed to get the terrain to appear. I also needed to set the culling mask in camera settings to &quot;Everything&quot; to be able to view it.</p><p>I still find it very hard to move the camera around the terrain. Seems like the camera needs to be scaled in the same sizes as the terrain to be able to move it around and create a camera path(?) or maybe there is another solution to this?</p><p>Screenshot attached.</p><p>Appreciated, thanks!</p>]]></content>
			<author>
				<name><![CDATA[matsosv]]></name>
				<uri>https://forum.infinity-code.com/profile.php?id=1222</uri>
			</author>
			<updated>2020-02-17T19:25:10Z</updated>
			<id>https://forum.infinity-code.com/viewtopic.php?pid=5990#p5990</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Cannot get my camera to view the terrain]]></title>
			<link rel="alternate" href="https://forum.infinity-code.com/viewtopic.php?pid=5989#p5989" />
			<content type="html"><![CDATA[<p>Hello.</p><p>You move very slowly because terrain is very large.<br />How to move fast:<br />Select terrain GameObject, and press F in Scene View.<br />Scene View will focus on terrain.<br />Then use ALT + RIGHT MOUSE BUTTON to quickly zoom in and out.</p><p>You do not see Terrain from the camera for two reasons:<br />1. By default, your camera is under terrain.<br />How to setup the camera:<br />- Set the desired view in Scene View.<br />- Select Main Camera.<br />- press CTRL + SHIFT + F or select GameObject / Align With View.</p><p>2. Your terrain is too large, and too far from the camera.<br />How to fix it:<br />Main Camera / Camera / Clipping Planes / Far - 50000 (some big value).</p>]]></content>
			<author>
				<name><![CDATA[Alex Vertax]]></name>
				<uri>https://forum.infinity-code.com/profile.php?id=2</uri>
			</author>
			<updated>2020-02-17T18:46:35Z</updated>
			<id>https://forum.infinity-code.com/viewtopic.php?pid=5989#p5989</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Cannot get my camera to view the terrain]]></title>
			<link rel="alternate" href="https://forum.infinity-code.com/viewtopic.php?pid=5988#p5988" />
			<content type="html"><![CDATA[<p>Hello,</p><p>I am a first timer and with little experience with unity and real world terrain. My main goal is to create a flyover of my country and render a camera flight path. Ideally this would be a 360 video able to be rendered as an mp4 video to be viewed on mobiles with google cardboard.</p><p>So, I started with the first steps, going through your tutorials. <br />I have successfully recreated Mt Fuji scene as shown on your youtube video. A small terrain to start with, scaled 10,10,10 with same details settings as shown on your video.</p><p>My problem is that although the terrain appears fine on the screen, if i try to zoom in and it disappears slowly. Also I cannot view the terrain with the scene camera. Why is this?</p><p>RWT terrain seems like a great product, I can&#039;t wait to explore it in a succesful way. <br />Please help me to get started.</p><p>Thank you!</p>]]></content>
			<author>
				<name><![CDATA[matsosv]]></name>
				<uri>https://forum.infinity-code.com/profile.php?id=1222</uri>
			</author>
			<updated>2020-02-17T18:18:36Z</updated>
			<id>https://forum.infinity-code.com/viewtopic.php?pid=5988#p5988</id>
		</entry>
</feed>
