Commit Graph

33 Commits

Author SHA1 Message Date
Robin KAY 66db3b8065 Temporarily disable MSAA in render_layers example pending Bevy 0.13.1. 2024-02-19 23:01:46 +00:00
Robin KAY 9622c85367 Change deprecated shapes to new primitives in examples. Fix example lighting. 2024-02-16 21:51:21 +00:00
Robin KAY fffb75b20c Initial port to Bevy 0.13. 2024-02-16 00:30:51 +00:00
Robin KAY 4866148a21 Add pulsing outline to hollow example. 2023-11-08 23:17:42 +00:00
Robin KAY 600f58ba73 Change outline and stencil properties to be inheritable. 2023-11-08 21:40:19 +00:00
Robin KAY 3740766157 Change morph_targets to use iter_instance_entities(). 2023-10-30 21:37:37 +00:00
Robin KAY 8c3d55b254 Add flying_objects example. 2023-10-27 21:29:50 +01:00
Robin KAY 46cc8567c8 Move camera closer to model in morph_targets example. 2023-10-20 20:36:04 +01:00
Robin KAY ae5c331450
Port to Bevy 0.11 (#22)
---------

Co-authored-by: mramirez <ramirezmike2@gmail.com>
Co-authored-by: Zain Azam <zainyusufazam@gmail.com>
2023-08-14 01:51:43 +01:00
Robin KAY baf152fdbf Add hollow example. 2023-03-21 18:35:10 +00:00
Robin KAY fc74926073 Fix missing check that scene is loaded in animated_fox example. 2023-03-17 01:00:38 +00:00
Robin KAY 79285311f2 Add enabled flag to OutlineStencil. 2023-03-16 22:03:38 +00:00
Robin KAY d84e476c78 Port to Bevy 0.10. 2023-03-10 18:43:13 +00:00
Robin KAY 0df3735906 Fix bad clipping of triangles behind the camera. 2023-03-07 23:46:58 +00:00
Robin KAY a50107426b Change render_layers example to use point lighting since Bevy 0.8 bug is fixed. 2023-01-14 02:45:56 +00:00
Robin KAY b414243baa Add render_layers example. 2023-01-14 02:38:53 +00:00
Robin KAY cc388a5f61 Factor outline definition into variable. 2022-11-22 22:42:25 +00:00
Robin KAY 4a292ca6bc Rename Outline component to OutlineVolume. 2022-11-22 19:11:36 +00:00
Robin KAY 5ae478efe1 Port to Bevy 0.9. 2022-11-22 00:05:47 +00:00
Robin KAY 59d867bf1f Add offset field to OutlineStencil and offset_zero flag to pipeline key. 2022-11-21 20:32:25 +00:00
Robin KAY 0f9c52cc38 Fix animated_fox example. 2022-11-18 21:43:15 +00:00
Robin KAY 55dd3a07a8 Rename OutlinePlane to OutlineDepth. 2022-11-17 22:15:13 +00:00
Robin KAY e1c845c434 Add ComputedOutlinePlane and an example. 2022-11-17 00:25:54 +00:00
Robin KAY 0f4098714b Add support for jointed (skinned) models. 2022-10-12 18:31:02 +01:00
Robin KAY 02b9b7c49f Add comments to shapes example. 2022-08-08 23:57:14 +01:00
Robin KAY ce228d1c2d Add OutlineBundle. 2022-08-08 22:53:27 +01:00
Robin KAY 75dcc9077c Add visible flag to Outline component. 2022-08-08 22:40:38 +01:00
Robin KAY 5c5c4dc5d9 Add optional vertex attribute for outline normals. 2022-08-07 22:16:39 +01:00
Robin KAY 2aa76309dd Move outline rendering to dedicated pass. 2022-08-05 02:40:04 +01:00
Robin KAY 4627eaa093 Port to Bevy 0.8. 2022-08-01 22:10:53 +01:00
Robin KAY a960850611 Pass logical view size to outline shader. 2022-06-14 02:29:12 +01:00
Robin KAY 95d093220e Make Outline a RenderAsset and pass parameters to shader. 2022-06-13 21:20:49 +01:00
Robin KAY 399602e26a Initial commit. 2022-06-10 22:29:51 +01:00