提交历史

作者 SHA1 备注 提交日期
  Grant Sanderson 424707d035 Move rendering more fully away from Camera to Mobject and ShaderWrapper 1 年之前
  Grant Sanderson 2c737ed540 Move most of rendering logic to ShaderWrapper 1 年之前
  Grant Sanderson c94d8fd3b0 Move Texture handling and vao creation outside of Camera 1 年之前
  Grant Sanderson 10047773f7 Have ShaderWrapper track OpenGL context 1 年之前
  Grant Sanderson 16d773f1b3 Remove refresh_shader_data 1 年之前
  Grant Sanderson 80729c0cb8 Only initialize ShaderWrappers as needed 1 年之前
  Grant Sanderson 93dd9f687b Ensure align_family works well with VMobject fill 1 年之前
  Grant Sanderson 72da9786a3 Use null array for vert indices in place of None 1 年之前
  Grant Sanderson b93e284695 In aligning families, scale inserted submobjects to 0 1 年之前
  Grant Sanderson d01658bc5b Fix multi-color setting 1 年之前
  Grant Sanderson 763967281f Don't use resize_with_interpolation by default 1 年之前
  Grant Sanderson c3cd64f68c Package reflectiveness, gloss and shadow into a single uniform "shading" 1 年之前
  Grant Sanderson 20222bc7e9 Update imports 1 年之前
  Grant Sanderson 1a15756330 Make sure Mobject.become works with bounding_box 1 年之前
  Grant Sanderson 3b40ccc987 In Mobject.append_points, have most data default to the last value 1 年之前
  Grant Sanderson ae50748717 Default to resizing_preserving_order in set_points 1 年之前
  Grant Sanderson c23f020d9a Add Mobject.const_data_keys so that interpolations can be faster 1 年之前
  Grant Sanderson f63331eb24 Use Mobject.data in place of shader_data, remove read_data_into_shader 1 年之前
  Grant Sanderson 6f9f83fb1b Unify shader_dtype and data_dtype 1 年之前
  Grant Sanderson 90ac1fc0bf Rename 'points' -> 'point' 1 年之前
  Grant Sanderson 9704f063c9 Use pointlike_data_keys for interpolation and rotation 1 年之前
  Grant Sanderson 7e45558c55 Allow Mobject subclasses to specify which parts of data should act like points 1 年之前
  Grant Sanderson e37b667c8b Modify Mobject.interpolate 1 年之前
  Grant Sanderson 2dafcb3e63 Remove check_data_alignment 1 年之前
  Grant Sanderson 801f449ca0 Fix lock_matching_data 1 年之前
  Grant Sanderson f4c50f61b8 Change rgbas -> rgba 1 年之前
  Grant Sanderson 2815f60616 First pass at changing data to structure numpy array 1 年之前
  Grant Sanderson 286b8fb6c3 Set the stage for data to be treated as a structure numpy array 1 年之前
  Grant Sanderson da15eb4ad2 Remove a few direct references to data["points"] 1 年之前
  Grant Sanderson 91f976f7e9 Don't include bounding box in Mobject.data 1 年之前