João Capucho 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							478f947768 
							
						 
					 
					
						
						
							
							Don't panic if there's no index buffer and call draw ( #1229 )  
						
						
						
					 
					
						2021-01-12 14:05:13 -08:00 
						 
				 
			
				
					
						
							
							
								Jakob Hellermann 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							3f2dd22cb5 
							
						 
					 
					
						
						
							
							bevy_render: add torus and capsule shape ( #1223 )  
						
						... 
						
						
						
						* bevy_render: add torus shape
* bevy_render: add capsule shape
* bevy_render: reorganize shape module
* bevy_render: add more docs 
						
					 
					
						2021-01-08 11:39:33 -08:00 
						 
				 
			
				
					
						
							
							
								MsK` 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							ca310b856f 
							
						 
					 
					
						
						
							
							New mesh attribute: color ( #1194 )  
						
						... 
						
						
						
						New mesh attribute: color 
						
					 
					
						2021-01-03 11:39:15 -08:00 
						 
				 
			
				
					
						
							
							
								MsK` 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							2754a9dde8 
							
						 
					 
					
						
						
							
							Mutable mesh accessors: indices_mut and attribute_mut ( #1164 )  
						
						... 
						
						
						
						mutable mesh accessors: indices_mut and attribute_mut 
						
					 
					
						2020-12-30 15:17:44 -06:00 
						 
				 
			
				
					
						
							
							
								Carter Anderson 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							915024bf35 
							
						 
					 
					
						
						
							
							fix changed meshes ( #984 )  
						
						
						
					 
					
						2020-12-02 14:23:49 -08:00 
						 
				 
			
				
					
						
							
							
								Joshua J. Bouw 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							9f4c8b1b9a 
							
						 
					 
					
						
						
							
							Fix errors and panics to typical Rust conventions ( #968 )  
						
						... 
						
						
						
						Fix errors and panics to typical Rust conventions 
						
					 
					
						2020-12-02 11:31:16 -08:00 
						 
				 
			
				
					
						
							
							
								Carter Anderson 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							b5ffab7135 
							
						 
					 
					
						
						
							
							Renderer Optimization Round 1 ( #958 )  
						
						... 
						
						
						
						* only update global transforms when they (or their ancestors) have changed
* only update render resource nodes when they have changed (quality check plz)
* only update entity mesh specialization when mesh (or mesh component) has changed
* only update sprite size when changed
* remove stale bind groups
* fix setting size of loading sprites
* store unmatched render resource binding results
* reduce state changes
* cargo fmt + clippy
* remove cached "NoMatch" results when new bindings are added to RenderResourceBindings
* inline current_entity in world_builder
* try creating bind groups even when they havent changed
* render_resources_node: update all entities when resized
* fmt 
						
					 
					
						2020-12-01 13:17:48 -08:00 
						 
				 
			
				
					
						
							
							
								Patrik Buhring 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							3da653e4dd 
							
						 
					 
					
						
						
							
							Update Hexasphere & Usage. ( #965 )  
						
						
						
					 
					
						2020-11-30 22:25:33 -08:00 
						 
				 
			
				
					
						
							
							
								Nick 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							f35f813137 
							
						 
					 
					
						
						
							
							additional vertex attribute value types ( #946 )  
						
						
						
					 
					
						2020-11-30 13:05:03 -08:00 
						 
				 
			
				
					
						
							
							
								Carter Anderson 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							72b2fc9843 
							
						 
					 
					
						
						
							
							Bevy Reflection ( #926 )  
						
						... 
						
						
						
						Bevy Reflection 
						
					 
					
						2020-11-27 16:39:59 -08:00 
						 
				 
			
				
					
						
							
							
								Valentin 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							d458406540 
							
						 
					 
					
						
						
							
							Add box shape ( #883 )  
						
						... 
						
						
						
						* Add rectangular cuboid shape
Co-authored-by: Jason Lessard <jason.lessard@usherbrooke.ca>
Co-authored-by: Jason Lessard <jason.lessard@usherbrooke.ca>
Co-authored-by: Carter Anderson <mcanders1@gmail.com> 
						
					 
					
						2020-11-21 14:51:24 -08:00 
						 
				 
			
				
					
						
							
							
								bjorn3 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							d6eb647451 
							
						 
					 
					
						
						
							
							Misc cleanups ( #879 )  
						
						... 
						
						
						
						* Remove cfg!(feature = "metal-auto-capture")
This cfg! has existed since the initial commit, but the corresponding
feature has never been part of Cargo.toml
* Remove unnecessary handle_create_window_events call
* Remove EventLoopProxyPtr wrapper
* Remove unnecessary statics
* Fix unrelated deprecation warning to fix CI 
						
					 
					
						2020-11-17 13:40:18 -08:00 
						 
				 
			
				
					
						
							
							
								Julian Heinken 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							fcf9d525e1 
							
						 
					 
					
						
						
							
							Removed vertex fallback buffer ( #870 )  
						
						... 
						
						
						
						removed fallback buffer 
						
					 
					
						2020-11-16 16:36:57 -08:00 
						 
				 
			
				
					
						
							
							
								Joshua J. Bouw 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							bb4a7392c0 
							
						 
					 
					
						
						
							
							Remove redundant .into for mesh set_attributes with impl ( #866 )  
						
						
						
					 
					
						2020-11-15 12:08:03 -08:00 
						 
				 
			
				
					
						
							
							
								Carter Anderson 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							2e2fa4fef4 
							
						 
					 
					
						
						
							
							make Mesh::attribute() immutable ( #774 )  
						
						
						
					 
					
						2020-11-02 22:54:20 -08:00 
						 
				 
			
				
					
						
							
							
								Carter Anderson 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							44b3e24e32 
							
						 
					 
					
						
						
							
							fix mesh allocation bug and public mesh api improvements ( #768 )  
						
						
						
					 
					
						2020-11-02 13:15:07 -08:00 
						 
				 
			
				
					
						
							
							
								Julian Heinken 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							4645da30c8 
							
						 
					 
					
						
						
							
							Mesh overhaul with custom vertex attributes  #592  ( #599 )  
						
						... 
						
						
						
						Mesh overhaul with custom vertex attributes 
						
					 
					
						2020-10-30 19:21:53 -07:00 
						 
				 
			
				
					
						
							
							
								Carter Anderson 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							1d4a95db62 
							
						 
					 
					
						
						
							
							ecs: ergonomic query.iter(), remove locks, add QuerySets ( #741 )  
						
						
						
					 
					
						2020-10-29 23:39:55 -07:00 
						 
				 
			
				
					
						
							
							
								Carter Anderson 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							c32e637384 
							
						 
					 
					
						
						
							
							Asset system rework and GLTF scene loading ( #693 )  
						
						
						
					 
					
						2020-10-18 13:48:15 -07:00 
						 
				 
			
				
					
						
							
							
								Grayson Burton 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							354d71cc1f 
							
						 
					 
					
						
						
							
							The Great Debuggening ( #632 )  
						
						... 
						
						
						
						The Great Debuggening 
						
					 
					
						2020-10-08 11:43:01 -07:00 
						 
				 
			
				
					
						
							
							
								Gray Olson 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							afc656701d 
							
						 
					 
					
						
						
							
							switch to u32 indices by default ( #572 )  
						
						
						
					 
					
						2020-09-25 14:29:30 -07:00 
						 
				 
			
				
					
						
							
							
								Gray Olson 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							f7c8882c04 
							
						 
					 
					
						
						
							
							Index buffer specialization ( #568 )  
						
						... 
						
						
						
						index buffer specialization 
						
					 
					
						2020-09-25 12:13:01 -07:00 
						 
				 
			
				
					
						
							
							
								julhe 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							cc3e99388a 
							
						 
					 
					
						
						
							
							Allowing glTFs to be loaded that don't have uvs and normals ( #406 )  
						
						... 
						
						
						
						allowing gltfs to be loaded that don't have uvs and normals, by filling missing attributes them with zeros 
						
					 
					
						2020-09-03 17:30:10 -07:00 
						 
				 
			
				
					
						
							
							
								Robbie Davenport 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							4aabe983ec 
							
						 
					 
					
						
						
							
							Switch usage of std HashMap/HashSet default hasher, to aHash algo ( #258 )  
						
						... 
						
						
						
						switch to ahash for HashMaps and HashSets via a new bevy_utils crate 
						
					 
					
						2020-08-28 17:08:51 -07:00 
						 
				 
			
				
					
						
							
							
								Patrik Buhring 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							c40e29bca3 
							
						 
					 
					
						
						
							
							Update icosphere dependency and add a limit to subdivisions. ( #379 )  
						
						
						
					 
					
						2020-08-28 16:52:06 -07:00 
						 
				 
			
				
					
						
							
							
								Victor "multun" Collod 
							
						 
					 
					
						
						
						
						
							
						
						
							c38420f1e9 
							
						 
					 
					
						
						
							
							enforce clippy for all target and features  
						
						
						
					 
					
						2020-08-16 07:20:06 -07:00 
						 
				 
			
				
					
						
							
							
								Victor "multun" Collod 
							
						 
					 
					
						
						
						
						
							
						
						
							d138647818 
							
						 
					 
					
						
						
							
							enforce cargo fmt --check  
						
						
						
					 
					
						2020-08-16 05:02:06 -07:00 
						 
				 
			
				
					
						
							
							
								OptimisticPeach 
							
						 
					 
					
						
						
						
						
							
						
						
							86c20eb6df 
							
						 
					 
					
						
						
							
							Add Icospheres.  
						
						... 
						
						
						
						Additionally documents the shapes module. 
						
					 
					
						2020-08-13 00:14:23 -04:00 
						 
				 
			
				
					
						
							
							
								Carter Anderson 
							
						 
					 
					
						
						
						
						
							
						
						
							7212b70478 
							
						 
					 
					
						
						
							
							rustfmt changes  
						
						
						
					 
					
						2020-07-28 14:24:03 -07:00 
						 
				 
			
				
					
						
							
							
								Thomas Herzog 
							
						 
					 
					
						
						
						
						
							
						
						
							b4c185eb0c 
							
						 
					 
					
						
						
							
							cargo fmt  
						
						
						
					 
					
						2020-07-26 21:10:18 +02:00 
						 
				 
			
				
					
						
							
							
								Carter Anderson 
							
						 
					 
					
						
						
						
						
							
						
						
							0c2e26ddde 
							
						 
					 
					
						
						
							
							Revert "ecs: remove &mut requirement on query iterators"  
						
						... 
						
						
						
						This reverts commit 6dc1d07cbc 
						
					 
					
						2020-07-21 20:12:15 -07:00 
						 
				 
			
				
					
						
							
							
								Carter Anderson 
							
						 
					 
					
						
						
						
						
							
						
						
							6dc1d07cbc 
							
						 
					 
					
						
						
							
							ecs: remove &mut requirement on query iterators  
						
						
						
					 
					
						2020-07-20 13:59:51 -07:00 
						 
				 
			
				
					
						
							
							
								Carter Anderson 
							
						 
					 
					
						
						
						
						
							
						
						
							b5d3f7e794 
							
						 
					 
					
						
						
							
							use right handed coordinate system in 3d  
						
						
						
					 
					
						2020-07-20 01:33:30 -07:00 
						 
				 
			
				
					
						
							
							
								Carter Anderson 
							
						 
					 
					
						
						
						
						
							
						
						
							19fe299f5a 
							
						 
					 
					
						
						
							
							ecs: use Mut<T> tracking pointer everywhere  
						
						
						
					 
					
						2020-07-18 02:09:55 -07:00 
						 
				 
			
				
					
						
							
							
								Carter Anderson 
							
						 
					 
					
						
						
						
						
							
						
						
							f742ce3ef2 
							
						 
					 
					
						
						
							
							app: simplify app imports  
						
						
						
					 
					
						2020-07-16 18:47:51 -07:00