Updated examples

This commit is contained in:
Alec Helbling
2022-12-30 22:32:44 -05:00
parent b1a85ea782
commit f8701c8a91
2 changed files with 40 additions and 35 deletions

View File

@ -45,7 +45,7 @@ class ThreeDLayer(ABC):
three_d_x_rotation = 90 * DEGREES #-90 * DEGREES
three_d_y_rotation = 0 * DEGREES # -10 * DEGREES
rotation_angle = 60 * DEGREES
rotation_axis = [0.1, 0.9, 0]
rotation_axis = [0.0, 0.9, 0.0]
class ConnectiveLayer(VGroupNeuralNetworkLayer):
"""Forward pass animation for a given pair of layers"""