mirror of
https://github.com/bloeys/assimp-go.git
synced 2025-12-29 08:28:20 +00:00
Add PostProcess enum
This commit is contained in:
@ -52,7 +52,7 @@ type Scene struct {
|
||||
Cameras []*Camera
|
||||
}
|
||||
|
||||
func ImportFile(file string, postProcessFlags uint) (*Scene, error) {
|
||||
func ImportFile(file string, postProcessFlags PostProcess) (*Scene, error) {
|
||||
|
||||
cstr := C.CString(file)
|
||||
defer C.free(unsafe.Pointer(cstr))
|
||||
|
||||
Reference in New Issue
Block a user