Skip to content
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

Settings for accepted number formats #56

Open
sczerwinski opened this issue Jan 28, 2021 · 0 comments
Open

Settings for accepted number formats #56

sczerwinski opened this issue Jan 28, 2021 · 0 comments
Assignees
Labels
component:grammar Grammar and lexer component:settings Plugin settings priority:low Will be done when will be done status:new Awaiting triage type:feature New feature or request
Milestone

Comments

@sczerwinski
Copy link
Owner

sczerwinski commented Jan 28, 2021

Typically, floating point numbers (coordinates) are in the format 0.000000. However, different application export OBJ files with:

  • integer values: 0
  • scientific notation: 1.0e-6
    • with upper case E: 1.0E-6
  • without integer part: .5

All additional floating point number formats should be configurable in settings.

@sczerwinski sczerwinski added type:feature New feature or request status:new Awaiting triage labels Jan 28, 2021
@sczerwinski sczerwinski self-assigned this Jan 28, 2021
@sczerwinski sczerwinski added priority:low Will be done when will be done component:grammar Grammar and lexer component:settings Plugin settings labels Jan 28, 2021
@sczerwinski sczerwinski added this to the 1.1.x milestone Feb 4, 2021
@sczerwinski sczerwinski removed this from the 1.1.x milestone Nov 11, 2021
@sczerwinski sczerwinski added this to the nice to have milestone Jan 25, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
component:grammar Grammar and lexer component:settings Plugin settings priority:low Will be done when will be done status:new Awaiting triage type:feature New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant