Search Issue Tracker
Not Reproducible
Votes
2
Found in
5.1.3f1
Issue ID
727493
Regression
No
Speedtree leaves are rendered in a wrong position when there are multiple trees
Steps to reproduce:
1: open project
2: scene TreeTest
3: navigate scene view(especially using mouse right click to rotate)
4: notice how leaves get displaced
note: it doesn't occur when there is only one tree
Comments (2)
Add comment
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- “Client And Server” shown without spaces in Active Scenario window
- [Linux] Mouse cursor gets stuck at the edge of the screen when trying to pan in the Scene view
- Docked Multiplayer Play Mode window disappears when switching back to a saved Editor layout
- Audio files fail to be imported when the file path is 260 characters or longer
- Error SGICE002 is wrongly shown when more than one argument is passed into GetComponentRW()
KingsleyStephens
May 31, 2016 00:38
It appears to have something to do with the OffsetSpeedTreeVertex function in SpeedTreeVertex.cginc. Specifically to do with the UNITY_MATRIX_IT_MV matrix as the tree leaves are being translated in response to a camera rotation. This bug is making the SpeedTree solution unusable for us.
ill_tonkso
Mar 07, 2016 11:26
We're experiencing a similar issue, though it is fine with two trees. Many trees results in some unwanted offsetting of the leaves.