Search Issue Tracker
Fixed in 7.1.0
Votes
0
Found in [Package]
6.8.0
Issue ID
1168650
Regression
No
[Nodes] Radians/degrees mismatch between Rectangular to Spherical and Spherical to Rectangular
Repo steps:
1. Plug a particle position into a 'Rectangular to Spherical' node
2. Plug the output from 1 into a 'Spherical to Rectangular' node
3. Set the new position value back to the particle position
4. Observe that the particle is no longer where it was.
Expected outcome: the two nodes to negate each-other.
Note:
- Looks like Rectangular to Spherical is outputting theta and phi in radians, but Spherical to Rectangular is trying to convert degrees to radians:
return new[] { VFXOperatorUtility.SphericalToRectangular(VFXOperatorUtility.DegToRad(inputExpression[0]), VFXOperatorUtility.DegToRad(inputExpression[1]), inputExpression[2]) };
Probably removing the two VFXOperatorUtility.DegToRad operators will resolve this.
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
Resolution Note (fix version 7.1.0):
Resolved in package version 7.1.0.