Skip to content

fixed MeshTransforms.Rotate() method to rotate mesh Normals accordingly #144

fixed MeshTransforms.Rotate() method to rotate mesh Normals accordingly

fixed MeshTransforms.Rotate() method to rotate mesh Normals accordingly #144

Triggered via pull request May 9, 2024 19:09
Status Success
Total duration 25s
Artifacts

build.yml

on: pull_request
Test geometry3sharp
18s
Test geometry3sharp
Fit to window
Zoom out
Zoom in

Annotations

9 warnings
Test geometry3sharp
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2, actions/[email protected]. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Test geometry3sharp
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/[email protected]. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
Test geometry3sharp: mesh_ops/MinimalHoleFill.cs#L52
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
Test geometry3sharp: io/StandardMeshReader.cs#L124
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
Test geometry3sharp: mesh_ops/MeshMeshCut.cs#L587
Unreachable code detected
Test geometry3sharp: mesh/MeshDecomposition.cs#L50
Non-nullable field 'mapTo' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
Test geometry3sharp: mesh/MeshDecomposition.cs#L50
Non-nullable field 'mapToMulti' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
Test geometry3sharp: io/StandardMeshReader.cs#L98
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
Test geometry3sharp: io/StandardMeshReader.cs#L110
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.