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
- Mono Windows Builds don't produce full log callstacks when generating logs
- AssetBundles fail to load when running in Built Players for Mobile Devices
- UI elements with text gets bigger and grey when Player window is moved to another screen with different resolution
- System name accepts multiline text but crops it on confirmation, duplicates input, and shrinks the field when empty
- UI element scale and position are wrong in project build when DRS is changed with HDR and Software Dynamic Resolution enabled
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.