Skip to content

Commit dec0ff0

Browse files
syoyobc-nine
andauthored
Bc nine respect smoothing groups (tinyobjloader#325)
* New vertex normal generation functions in viewer.cc that handle multiple smoothing groups correctly. * Fix comiple on gcc. * Update stb_image.h * Add extra comment. * Ubuntu 16.04 seems not availabe on Azure Pipeline anymore, so use `ubuntu-latest`. Co-authored-by: Brian Collins <bc9@bcnine.com>
1 parent 097ad6a commit dec0ff0

File tree

3 files changed

+2118
-805
lines changed

3 files changed

+2118
-805
lines changed

azure-pipelines.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,10 @@ jobs:
2828
black --check python/
2929
displayName: Check Python code format
3030
31+
# Ubuntu16.04 seems now deprecated(as of 2021/12/01),
32+
# so use `ubuntu-latest`
3133
- job: linux
32-
pool: {vmImage: "Ubuntu-16.04"}
34+
pool: {vmImage: "ubuntu-latest"}
3335
steps:
3436
- task: UsePythonVersion@0
3537
- bash: |

0 commit comments

Comments
 (0)