Hi, two related things:
- It appears that calling Camera2D will default to near = 0.0, but calling Camera2D.from_raw_data will default to near = -100
- near and far have float types but are set as integers by default by Camera2D.from_raw_data
I don't send a PR because I don't know if it should be 0.0 or -100.