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
- Some VFX Window Panels close on entering Play mode
- VFX Graph using Redo action for Move and Connect node results in an unknown input value
- VFX Parameters are missing the documentation links
- Node name gets cut off in the Visual Effect Graph when the name is long
- Custom Particle System names textboxes are not correctly wrapped in the VFX Control panel
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.