<!-- 
RSS generated by JIRA (9.12.2#9120002-sha1:301bf498dd45d800842af0b84230f1bb58606c13) at Sun Jan 12 11:55:51 UTC 2025

It is possible to restrict the fields that are returned in this document by specifying the 'field' parameter in your request.
For example, to request only the issue key and summary append 'field=key&field=summary' to the URL of your request.
-->
<rss version="0.92" >
<channel>
    <title>Mojang Studios Jira</title>
    <link>https://bugs.mojang.com</link>
    <description>This file is an XML representation of an issue</description>
    <language>en</language>    <build-info>
        <version>9.12.2</version>
        <build-number>9120002</build-number>
        <build-date>10-01-2024</build-date>
    </build-info>


<item>
            <title>[MC-1846] First-person perspective parallax problem</title>
                <link>https://bugs.mojang.com/browse/MC-1846</link>
                <project id="10400" key="MC">Minecraft: Java Edition</project>
                    <description>&lt;p&gt;The first-person camera is positioned behind the center of the player&apos;s head, instead of forward (where eyes would be.)&lt;/p&gt;

&lt;p&gt;This is very subtle, and it&apos;s probably been in Minecraft from the beginning, but it causes some problems with parallax when you tilt your head back or to the side to get a better view around a block.&lt;/p&gt;

&lt;p&gt;How to replicate:&lt;br/&gt;
Put down 1 stone block, then another on top.&lt;br/&gt;
Now put a Brewing Stand on top of that.&lt;br/&gt;
Place a half-slab on the ground next to the pillar.&lt;br/&gt;
Stand on the half slab, and look straight at the side of the pillar.&lt;/p&gt;

&lt;p&gt;(1) Tilt your head back some, so that the player&apos;s eyes (at the front of the face) go above the level of the Brewing Stand base, but not so high that you couldn&apos;t see the base.&lt;br/&gt;
(2) Tilt your head downward some, so your eyes are below the base level, but not so low that you can&apos;t see the base.&lt;/p&gt;

&lt;p&gt;What I expected:&lt;br/&gt;
For (1), in &quot;real life&quot; I&apos;d be able to peer over the top of the Brewing Stand base and see the 3 brewing spots.&lt;br/&gt;
For (2), I wouldn&apos;t be able to see over the base at all.&lt;/p&gt;

&lt;p&gt;What I got:&lt;br/&gt;
Switched results. I saw over the Brewing Stand base when looking downward, but not when looking up.&lt;/p&gt;

&lt;p&gt;Quick fix:&lt;br/&gt;
In (MCP)EntityRenderer.orientCamera(), the part where it positions the first-person camera, change this:&lt;/p&gt;

&lt;p&gt;GL11.glTranslatef(0.0F, 0.0F, -0.1F);&lt;/p&gt;

&lt;p&gt;to this:&lt;br/&gt;
GL11.glTranslatef(0.0F, 0.0F, 0.1F);&lt;/p&gt;

&lt;p&gt;The fix doesn&apos;t seem to cause problems like seeing through blocks when view bobbing.&lt;br/&gt;
(If you&apos;re wondering why I&apos;m making an issue of this, it&apos;s because my resizing mod makes the POV placement more obvious. The POV felt &quot;wrong&quot; until I shifted the camera forward instead of back.)&lt;/p&gt;</description>
                <environment></environment>
        <key id="13217">MC-1846</key>
            <summary>First-person perspective parallax problem</summary>
                <type id="1" iconUrl="https://bugs.mojang.com/secure/viewavatar?size=xsmall&amp;avatarId=18903&amp;avatarType=issuetype">Bug</type>
                                    <status id="5" iconUrl="https://bugs.mojang.com/images/icons/statuses/resolved.png" description="A resolution has been taken, and it is awaiting verification by reporter. From here issues are either reopened, or are closed.">Resolved</status>
                    <statusCategory id="3" key="done" colorName="success"/>
                                    <resolution id="1">Fixed</resolution>
                                        <assignee username="ProfMobius">ProfMobius (Thomas Guimbretiere)</assignee>
                                    <reporter username="unclemion">UncleMion</reporter>
                        <labels>
                    </labels>
                <created>Fri, 2 Nov 2012 05:13:29 +0100</created>
                <updated>Fri, 13 Nov 2015 12:55:09 +0100</updated>
                            <resolved>Wed, 11 Nov 2015 11:09:33 +0100</resolved>
                                    <version>Minecraft 1.4.3</version>
                    <version>Minecraft 1.5.1</version>
                    <version>Snapshot 13w18b</version>
                    <version>Snapshot 13w18c</version>
                    <version>Minecraft 14w30c</version>
                    <version>Minecraft 1.8</version>
                    <version>Minecraft 1.8.1-pre3</version>
                    <version>Minecraft 1.8.6</version>
                    <version>Minecraft 15w36d</version>
                                    <fixVersion>Minecraft 15w46a</fixVersion>
                                                        <votes>6</votes>
                                    <watches>8</watches>
                                                                            <comments>
                            <comment id="264650" author="conormcs" created="Fri, 13 Nov 2015 12:55:09 +0100"  >&lt;p&gt;Would it be a sensible suggestion to instead use exactly 0.0? That would fix up a lot of minor FOV problems, including allowing much more accurate creation of title screen panoramas from screenshots, using the FOV slider.&lt;/p&gt;</comment>
                            <comment id="263850" author="profmobius" created="Wed, 11 Nov 2015 11:09:33 +0100"  >&lt;p&gt;The changes suggested have been added.&lt;/p&gt;

&lt;p&gt;The testing procedure we used involved getting on our knees and try to look at the keyboard on the desk while moving our heads up and down. It has been confirmed the parallax was wrong.&lt;/p&gt;

&lt;p&gt;Instead of the suggested 0.1f, we are going for 0.05f, since putting 0.1f move the camera way too close to the blocks at close range. In fact, any value &amp;gt; 0.0f should make the parallax behave properly.&lt;/p&gt;
</comment>
                            <comment id="181197" author="torabi" created="Mon, 28 Jul 2014 19:44:51 +0200"  >&lt;p&gt;Reopened due to &lt;a href=&quot;https://bugs.mojang.com/secure/ViewProfile.jspa?name=jonathan2520&quot; class=&quot;user-hover&quot; rel=&quot;jonathan2520&quot;&gt;jonathan2520&lt;/a&gt;&apos;s comment in &lt;a href=&quot;https://bugs.mojang.com/browse/MC-60772&quot; title=&quot;Draw order of translucent blocks based on head position (not POV)&quot; class=&quot;issue-link&quot; data-issue-key=&quot;MC-60772&quot;&gt;&lt;del&gt;MC-60772&lt;/del&gt;&lt;/a&gt;.&lt;/p&gt;</comment>
                            <comment id="133322" author="galaxy_2alex" created="Tue, 21 Jan 2014 21:17:56 +0100"  >&lt;p&gt;This ticket is &lt;em&gt;incomplete&lt;/em&gt; without the requested information, no response has been received within a reasonable time and we are assuming the issue has been resolved. If you are still experiencing this issue, we can reopen it at your request.&lt;br/&gt;
Please review the &lt;a href=&quot;http://help.mojang.com/customer/portal/articles/801354-writing-helpful-bug-reports-for-minecraft&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;guidelines&lt;/a&gt; before reporting issues.&lt;/p&gt;</comment>
                            <comment id="43617" author="bljat" created="Tue, 5 Feb 2013 02:03:32 +0100"  >&lt;p&gt;Is this still a concern in the current Minecraft version? If so, please update the affected versions in order to best aid Mojang ensuring bugs are still valid in the latest releases/pre-releases.&lt;/p&gt;</comment>
                            <comment id="20092" author="unclemion" created="Fri, 9 Nov 2012 23:04:22 +0100"  >&lt;p&gt;The FOV seems fine, even with Quake Pro. I don&apos;t get the &quot;seeing through the world&quot; problem when walking close to blocks when view-bobbing.&lt;/p&gt;

&lt;p&gt;It may feel like you&apos;re &quot;too close&quot; when standing right up against a block if you&apos;re not used to it, but if you go into 3rd-person, the block area covered by your head is pretty close to the FOV area in first-person, so it&apos;s probably okay.&lt;/p&gt;</comment>
                            <comment id="20060" author="regdoug" created="Fri, 9 Nov 2012 21:00:39 +0100"  >&lt;p&gt;I like your attention to detail!&lt;/p&gt;

&lt;p&gt;Does this fix make any problems for the FOV or make it seem like you are &quot;too close&quot; to objects?  Those would be my only concerns.&lt;/p&gt;</comment>
                    </comments>
                <issuelinks>
                            <issuelinktype id="10103">
                    <name>Relates</name>
                                            <outwardlinks description="relates to">
                                        <issuelink>
            <issuekey id="88047">MC-60772</issuekey>
        </issuelink>
                            </outwardlinks>
                                                        </issuelinktype>
                    </issuelinks>
                <attachments>
                    </attachments>
                <subtasks>
                    </subtasks>
                <customfields>
                                                                                                                                                                <customfield id="customfield_10701" key="com.atlassian.jira.plugin.system.customfieldtypes:datetime">
                        <customfieldname>CHK</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>Fri, 24 Oct 2014 21:06:00 +0200</customfieldvalue>
                        </customfieldvalues>
                    </customfield>
                                                                                            <customfield id="customfield_10500" key="com.atlassian.jira.plugin.system.customfieldtypes:radiobuttons">
                        <customfieldname>Confirmation Status</customfieldname>
                        <customfieldvalues>
                                <customfieldvalue key="10303"><![CDATA[Confirmed]]></customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                                                                        <customfield id="customfield_11700" key="com.atlassian.jira.plugins.jira-development-integration-plugin:devsummary">
                        <customfieldname>Development</customfieldname>
                        <customfieldvalues>
                            
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                                                                                                            <customfield id="customfield_11600" key="com.pyxis.greenhopper.jira:gh-lexo-rank">
                        <customfieldname>Rank</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>0|i0mza7:</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                                                    </customfields>
    </item>
</channel>
</rss>