-
-
Notifications
You must be signed in to change notification settings - Fork 4.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
OBJ file loading misses color handling #1472
Labels
needs: pr merge
Specify why not closed/merged yet
Comments
VictorLamoine
added
the
changelog: enhancement
Meta-information for changelog generation
label
Dec 10, 2015
I'm working on this one. |
SergioRAgostinho
added a commit
to SergioRAgostinho/pcl
that referenced
this issue
Feb 3, 2016
WIP of PointCloudLibrary#1472. Added support for color handling in loadOBJFile. Still lacking testing for TextureMesh.
SergioRAgostinho
added a commit
to SergioRAgostinho/pcl
that referenced
this issue
Feb 3, 2016
WIP of PointCloudLibrary#1472. Added support for color handling in loadOBJFile. Still lacking testing for TextureMesh.
SergioRAgostinho
added a commit
to SergioRAgostinho/pcl
that referenced
this issue
Feb 14, 2016
Fixes of PointCloudLibrary#1472. Added support for color handling in loadOBJFile. Doesn't support TextureMeshes.
SergioRAgostinho
added a commit
to SergioRAgostinho/pcl
that referenced
this issue
Feb 14, 2016
Fixes of PointCloudLibrary#1472. Added support for color handling in loadOBJFile. Doesn't support TextureMeshes.
taketwo
removed
the
changelog: enhancement
Meta-information for changelog generation
label
Feb 22, 2020
Marking this as stale due to 30 days of inactivity. It will be closed in 7 days if no further activity occurs. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The OBJ file format supports color; example file:
loadOBJFile
andloadPolygonFileOBJ
don't handle color information.The text was updated successfully, but these errors were encountered: