CesiumGS / CesiumGS/obj2gltf

objLoader ignores smoothing groups declaration?

Open
#145 2 comments 0 reactions 0 assignees View on GitHub
Dominant language
JavaScript
Stars
1.9k
Forks
311
PR merge metrics
No merged PRs in 30d

Description

Unless I am completely mistaken, the `parseLine` function in `loadObj` does not take into account smoothing groups (declared in the obj format with `s [on|off|group_index]`).

Is this intentional (because maybe unnecessary in this context) or a current limitation of the `loadObj` parser?

Contributor guide

No contributing guide indexed for this repository

Research direction

Start by reading parseLine in loadObj and trace how OBJ declarations handle the s [on|off|group_index] forms. Determine whether smoothing groups are intentionally unsupported or a parser limitation; done means the intended treatment is explicitly resolved.

Written by the indexing model from the issue text.

Assessment

Tech stack
javascript
Domain
computer-graphics
Issue type
Feature
Difficulty
4/5
Estimated time
3-5 days
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
38/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.