Skip to content

Segmentation Fault if collision object in obj format has object name #112

@0Nel

Description

@0Nel

If a mesh object in obj format is used as collision object, MARS crashes with a segmentation fault, when that object has an object name specified, e.g. "o objectname".

quick bash workaround to be executed from within the mesh directory:
for file in $(ls *.obj);do sed -i '/^o /d' $file; done

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions