Commit Graph

2526 Commits

Author SHA1 Message Date
Nick Fisher f923b94b84 update Filament headers to v1.58.0 2025-03-17 16:38:52 +08:00
Nick Fisher 20ea43a809 add TScene 2025-03-17 16:38:30 +08:00
Nick Fisher 8b34934755 add TRenderer 2025-03-17 16:37:51 +08:00
Nick Fisher 5ad187d54f add various render thread methods 2025-03-17 16:35:45 +08:00
Nick Fisher 711abe11bd add Camera_lookAt 2025-03-17 16:34:34 +08:00
Nick Fisher a16c3c7580 add logging to setImage 2025-03-10 22:22:07 +08:00
Nick Fisher e1446c7eb8 more VDTM work 2025-03-10 22:21:25 +08:00
Nick Fisher 1f4af8c946 more VDTM work 2025-03-10 22:05:10 +08:00
Nick Fisher 75bee32e54 test fix 2025-03-10 18:11:23 +08:00
Nick Fisher 1d49db4767 3D texture tests 2025-03-10 18:06:27 +08:00
Nick Fisher d39b57f054 initial view-dependent texture projection material 2025-03-10 18:06:18 +08:00
Nick Fisher e91d1ca0aa support 3D texture/2D texture arrays 2025-03-10 18:05:42 +08:00
Nick Fisher 7d87d229d0 add texture projection material 2025-03-08 13:25:15 +08:00
Nick Fisher 7ed7ff48b9 always initialize uvScale to 1 2025-03-08 12:17:57 +08:00
Nick Fisher 9d311220b1 remove UV1 from geometry 2025-03-08 12:17:39 +08:00
Nick Fisher e4de0f3ae0 expose setParameterBool/hasParameter on material + instance 2025-03-08 12:17:06 +08:00
Nick Fisher 72711ee64f rename/update materials_and_textures sample project 2025-03-08 11:20:10 +08:00
Nick Fisher c52052c1b9 ensure any existing Viewers are destroyed on initialize() 2025-03-07 18:58:22 +08:00
Nick Fisher aa26f4d0df separate out RenderLoop/FilamentViewer construction/destruction 2025-03-07 18:53:36 +08:00
Nick Fisher be61d5e5ca move image from dev to package dependency 2025-03-07 14:53:38 +08:00
Nick Fisher 1a3d902d23 add image utils 2025-03-07 14:53:13 +08:00
Nick Fisher 35bddd2bb2 fix geometry normals/UVs 2025-03-07 14:53:02 +08:00
Nick Fisher 74ee35bfcd use render thread methods for Texture/Image/TextureSampler 2025-03-07 14:52:45 +08:00
Nick Fisher 2915655695 remove superseded destroyTexture method (call texture.dispose() instead) 2025-03-05 17:32:48 +08:00
Nick Fisher 5b80dd3a3d bounding box geometry doesn't cast/receive shadows 2025-03-05 14:57:20 +08:00
Nick Fisher 593bca3365 feat: expose setCastShadows/setReceiveShadows 2025-03-05 14:47:55 +08:00
Nick Fisher cca9fba79f add setImage method to set texture image directly from buffer 2025-03-04 18:17:17 +08:00
Nick Fisher a245cf2915 add bitmap conversion to utils 2025-03-04 18:16:49 +08:00
Nick Fisher 15134c335b hide Texture import inside ThermionTextureWidget to avoid clash 2025-03-04 18:16:36 +08:00
Nick Fisher 85215f6760 flip UV coords for capture material 2025-03-04 18:16:13 +08:00
Nick Fisher 9abb192148 add setImage method to set texture image directly from buffer 2025-03-04 18:15:54 +08:00
Nick Fisher f7fa02180a add bitmap conversion to utils 2025-03-04 18:15:30 +08:00
Nick Fisher fc7f5d7b93 create material for texture baking
textures can now be created manually and are no longer tracked by SceneManager (and therefore require manual tracking/disposal)
2025-03-04 14:52:48 +08:00
Nick Fisher 5dca42c3c1 remove unused postprocess material 2025-03-04 14:38:05 +08:00
Nick Fisher 665c2fb39d update projection test 2025-03-04 14:37:13 +08:00
Nick Fisher 3ac79b2080 initial projection material 2025-03-03 16:11:12 +08:00
Nick Fisher 8d52690c97 fix texture/material methods 2025-03-03 15:52:03 +08:00
Nick Fisher 2a8931e1ac add TTexture bindings with TextureFormat, PixelDataType and PixelDataFormat enums 2025-03-03 14:43:20 +08:00
Nick Fisher 94d77ff21b move Engine_ FFI methods to own header/source 2025-03-03 11:32:45 +08:00
Nick Fisher 7a707cda67 move Engine_ FFI methods to own header/source 2025-03-03 11:32:34 +08:00
Nick Fisher 8993d888b1 docstring 2025-03-01 17:23:06 +08:00
Nick Fisher ffc256228a add fps counters and headroom 2025-03-01 13:02:05 +08:00
Nick Fisher 1b1de0b7c0 add Filament version to README 2025-03-01 12:29:38 +08:00
Nick Fisher 4c1480864e remove thermion_flutter_ffi from thermion_flutter pubspec 2025-03-01 12:29:15 +08:00
Nick Fisher 06cc114daa add geometry_combined lib to libs 2025-03-01 12:28:35 +08:00
Nick Fisher 1258751dda update bindings 2025-03-01 12:00:03 +08:00
Nick Fisher 67ca24a7d9 remove old ThermionDartRenderThreadApi.h 2025-03-01 11:59:52 +08:00
Nick Fisher 282ee6d103 cherry pick changes onto ThermionDartRenderThreadApi.h 2025-03-01 11:59:36 +08:00
Nick Fisher bb5a8f495d enable GPU validation mode for camera_manipulation iOS project 2025-03-01 11:56:35 +08:00
Nick Fisher c400ca3993 rename Android project and disable impeller for camera_manipulation 2025-03-01 11:56:35 +08:00