Blender Flashcards
What is a Mesh Object?
Any 3D object that the computer renders using points in space called vertices to draw lines between called edges, which have faces drawn between them and are rendered opaque.
Layman’s terms: A mesh is basically any solid object that compromises the stuff in our 3D space.
Mesh is often referred to as…
geometry
Transforming in the world of 3D graphics is just a way of collectively referring to the…
location, rotation, and scale of an object in 3D space.
The default Q primitive is added to the dimension with a scale of one, but dimensions of 2 meters by 2 meters by 2 meters meaning it is 2 meters long in the x direction and 2 meters long in the y direction and 2 meters the z direction.
What is a mesh primitive?
Mesh objects that just have a basic shape, such as a cube, cone, cylinder, etc.
Attribute
A generic term to describe data stored per-element in a geometry data-block
Axis
A reference line that defines coordinates along one cardinal direction in n-dimensional space.
Axis Angle
Rotation method where X, Y, and Z correspond to the axis definition, while W corresponds to the angle around that axis, in radians.
Bevel
The operation to chamfer or bevel edges of an object.
Bézier
A computer graphics technique for generating and representing curves.
Blend Modes
Color Blend Modes
Methods for blending two colors together.
Bit Depth
The exponent value (with base two) for how many colors can be represented within a single color channel. A higher bit depth will allow more possible colors, reducing banding, and increasing precision. Yet a higher bit depth will increase memory usage exponentially.
Bounding Box
The box that encloses the shape of an object. The box is aligned with the local space of the object.
Delete - > Dissolve
Deletes your selection without destroying your geometry as best as it can
We can tell Blender to try to draw an edge or face between any two or more points on a single object with the fill tool