assimp-ffi 0.1.5 → 0.1.6

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 87f4af18bc775d806e49ec4003b3c7638cd20d2439f8ece5e06208b3180a4a65
4
- data.tar.gz: 0eb75ca97bbb76d33942187ac6e93ee59cc77ce1db4b750b795965d0642b25b2
3
+ metadata.gz: 5df26f6192dcf235b945984cf065ce55e166c67ab36347919847d802d9c9c043
4
+ data.tar.gz: cb82f85404159973ab6d31d181b7595e9b2d67bba1ee3e03e809f92c86640526
5
5
  SHA512:
6
- metadata.gz: 2d7b0ff50f87ecf49783b35d0196fb2b642f3de4cc63ff51ff98fd09df1caae0f5d3c6ebd8d259a463d1a8274557c07b43c1427b17ed9b281c6b585c3e3645ff
7
- data.tar.gz: 80e60f13e2515a33586d00fe03f56cdb1d6a24d28595c0258f4c2fe2ffa87c2dba0323a8404ad5cae87c7539a338073a858443aa1ba53489562924f3add0cf8e
6
+ metadata.gz: 07fd1e1b78d4229b92c2eeb0d58861111cf747422579380447930450512f1d0505503e8ffe5fa690c34b11e7f348243b721784f786331c607ec02751545c25b7
7
+ data.tar.gz: 661ea340f42fd455565565adee1d73ff846274a6da4a3e042d18b4e168e137904e88f5606ac402cfa541a2364befcad8452c6d362b6e3e35d9f5e7d01294d52a
data/LICENSE CHANGED
File without changes
data/README.md CHANGED
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
@@ -150,7 +150,53 @@ module Assimp
150
150
  [:pp_lbw_max_weights, :int],
151
151
  [:pp_db_threshold, :float],
152
152
  [:pp_db_all_or_none, :bool],
153
- [:pp_icl_ptcache_size, :int]
153
+ [:pp_icl_ptcache_size, :int],
154
+ [:pp_rvc_flags, :int],
155
+ [:pp_sbp_remove, :int],
156
+ [:pp_fid_anim_accuracy, :float],
157
+ [:pp_tuv_evaluate, :int],
158
+ [:favour_speed, :int],
159
+ [:import_fbx_read_all_geometry_layers, :bool],
160
+ [:import_fbx_read_all_materials, :bool],
161
+ [:import_fbx_read_materials, :bool],
162
+ [:import_fbx_read_textures, :bool],
163
+ [:import_fbx_read_cameras, :bool],
164
+ [:import_fbx_read_lights, :bool],
165
+ [:import_fbx_read_animations, :bool],
166
+ [:import_fbx_strict_mode, :bool],
167
+ [:import_fbx_preserve_pivots, :bool],
168
+ [:import_fbx_optimize_empty_animation_curves, :bool],
169
+ [:import_fbx_search_embedded_textures, :bool],
170
+ [:import_global_keyframe, :int],
171
+ [:import_md3_keyframe, :int],
172
+ [:import_md2_keyframe, :int],
173
+ [:import_mdl_keyframe, :int],
174
+ [:import_mdc_keyframe, :int],
175
+ [:import_smd_keyframe, :int],
176
+ [:import_unreal_keyframe, :int],
177
+ [:import_ac_separate_bfcull, :bool],
178
+ [:import_ac_eval_subdivision, :bool],
179
+ [:unreal_handle_flags, :bool],
180
+ [:import_ter_make_uvs, :bool],
181
+ [:import_ase_reconstruct_normals, :bool],
182
+ [:import_md3_handle_multipart, :bool],
183
+ [:import_md3_skin_name, :string],
184
+ [:import_md3_shader_src, :string],
185
+ [:import_lwo_layer_only, :int],
186
+ [:import_md5_no_anim_autoload, :bool],
187
+ [:import_lws_anim_start, :int],
188
+ [:import_lws_anim_end, :int],
189
+ [:import_irr_anim_fps, :int],
190
+ [:import_ogre_material_file, :string],
191
+ [:import_ogre_texturetype_from_filename, :bool],
192
+ [:ai_config_android_jni_assimp_manager_support, :bool],
193
+ [:import_ifc_skip_space_representations, :bool],
194
+ [:import_ifc_custom_triangulation, :bool],
195
+ [:import_ifc_smoothing_angle, :float],
196
+ [:import_ifc_cylindrical_tesselation, :int],
197
+ [:import_collada_ignore_up_direction, :bool],
198
+ [:export_xfile_64bit, :bool],
199
+ [:global_scale_factor, :float]
154
200
 
155
201
  end
156
202
 
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: assimp-ffi
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.5
4
+ version: 0.1.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - Brice Videau
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2019-02-02 00:00:00.000000000 Z
11
+ date: 2019-03-10 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: ffi