NEW
Font size
Worksheets51-100 3D моделирование
Total questions: 51
Worksheet time: 26mins
The rendered image is saved
in jpeg image format
in blender object format
object program code
in text file format
in electronic format
Node editor window (object properties)
is used to customize the effects applied during rendering
appears automatically when saving a file or image
is used to display the final image
is used for viewing and working with models
object program code
Mesh objects include
cube, sphere, circle, plane
cylinder, ring, segment, vector
cylinder, parallelogram
cube, sphere, rectangle, plane
cone, dodecahedron,
Basic 3D mesh object
cube
icosahedron
torus
sphere
vector
The 'Z' key is used to
to limit object changes to one axis only
rotate selected objects or vertices
scaling of selected objects or vertices
moving selected objects or vertices
extrude (pull) selected vertices in the editing mode
The 'E' key is used to perform
extrude (pull) selected vertices in the editing mode
to limit object modification along one axis only
rotate selected objects or vertices
scaling of selected objects or vertices
move selected objects or vertices
The 'S' key is used to perform
zoom the selected objects or vertices
rotate selected objects or vertices
move selected objects or vertices
extrude (pull) selected vertices
limiting the object change along one axis only
The 'R' key is used to perform
rotate selected objects or vertices
Scale selected objects or vertices
move selected objects or vertices
extrude (pull) selected vertices
limiting the object change along one axis only
The 'R' key is used to perform
rotate selected objects or vertices
Scale selected objects or vertices
move selected objects or vertices
extrude (pull) selected vertices
limiting the object change along one axis only
The lamp is
light source
graphic editor
a graphical representation of a 3D scene or object
coordinate axis display
3D scene or object
Where is the field created where you can specify the animation component?
Public Animation some;
Public Animation some;
public Play some;
public Anim some;
public Anim mezh;
Which line correctly assigns the component to the variable?
rb = GetComponent <Rigidbody> ();
rb = GetComponent (Rigidbody);
rb = GetComponent <Rigidbody>;
rb = GetComponent (Rigidbody) {};
rb = GetComponent (Rigidbody) <>;
What methods will be triggered during a full mouse click on an object?
OnMouseUp
OnMouseOver
OnMouseDown and OnMouseUp only
OnMouseDown
All methods will work
Which class is considered the main class for inheritance in Unity?
MonoBehaviour class
UnityEngine class
Engine class
System class
Unity class
What are the differences between Update and FixedUpdate?
FixedUpdate has a fixed call time, Update is called without fixed time
FixedUpdate works only with physical objects, Update works with all objects.
FixedUpdate is called only a few times during the entire game, Update is called all the time
No difference
Update is called for a fixed time
Can I create my own functions in a class?
Yes, you can create any custom functions
Yes, you can, but only with access modifier public
Yes, you can, but only with the access modifier private
Yes, you can create any custom object
No, you can't
Which of the functions below will be called first?
Awake function
OnLoad function
Start function
Update function
Function FixedUpdate
Which method is called when a class (object) is deleted?
OnDestroy();
OnUnload();
OnFinish();
Destroy();
Finish();
How can I destroy an object in Unity?
Destroy(gameObject);
Clear(gameObject);
Delete(gameObject);
Empty(gameObject);
Finish(gameObject);
What directive should I add to a variable to make it appear in Unity? Variable: private float num = 23;
[SerializeField]
[VisibleInInspector]
[ShowInInspector]
[Show]
[num].
Which line correctly selects a random number from a range?
Random.Range (0, 20);
Random (0, 20);
Range (0, 20);
Random.Range (0..20);
Random.Range (0 - 20);
Which of the fields below will be available in the Inspector?
private int speed = 100;
protected int speed = 100;
public int speed = 100;
static int speed = 100;
int speed = 100;
Какой метод Unity позволяет создавать объекты во время игры?
Функция - Inst();
Функция - Update();
Функция - Instantiate();
Функция - Coroutine();
Функция - Create();
Which symbol is used to refer to an object's method?
Example of an object: Collider col;
col.some();
col-some();
class ui
col->some();
Which class is responsible for handling keystrokes?
input class
ui class
screen class
get class
gui class
What is the Hierarchy tab responsible for?
This is where the objects in the scene are located
It displays the game scene
it contains properties for objects
it displays various errors and inscriptions in the course of the game
it contains all the materials for the project
Which tab is responsible for displaying messages?
Console tab
Inspector tab
Project tab
Hierarchy
Window tab
What is the Navigator tab for?
The tab allows you to create an agent and a surface on which the agent can move.
it creates artificial intelligence for the game.
The tab allows you to create agents
it allows you to specify objects that can be walked on
it is used to create game objects on the stage
What component does each object have?
Collider
Transform
Mesh Renderer
Light
Rigidbody
What objects are added by default?
I mean which objects are added immediately to the scene when creating an empty 3D project.
Main Camera and Directional light objects
no objects are added by default
Main Camera, Directional light objects and one empty object
only Main Camera object
What is displayed on the Project tab?
It contains all the materials for the project
It contains all the objects on the stage
It displays the game scene
It displays various errors and inscriptions during the game.
It contains properties for objects
What is the name of the official store from Unity?
Asset Store
Packages Store
Unity Store
Projects Store
Plugins Store
What is the name of the official store from Unity?
Asset Store
Packages Store
Unity Store
Projects Store
Plugins Store
Can I rotate and move the camera?
you can always
Only if the camera is not the main camera
No, you can't.
It can be.
why
Why do I need the Project tab?
You can use the Project tab to manage project files.
You can use the Project tab to move objects on the scene.
You can use the Project tab to change component parameters.
Use the Project tab to launch a game.
Use the Project tab to edit an object
Why do I need the Hierarchy tab?
The Hierarchy tab contains a list of all files of the selected project.
The Hierarchy tab contains a list of all components of the selected GameObject.
The Hierarchy tab contains a list of all GameObjects in the scene.
The Hierarchy tab contains a list of all parameters of the selected one.
The Hierarchy tab contains a list of all functions.
What is the difference between Scene View and Game View? Choose the most correct one.
Scene View is an interactive view of the scene you are creating and allows you to select, move objects, etc.
Game View is an interactive view of the scene you are creating and allows you to select, move objects, etc. Scene View displays a view of one of the cameras installed on your scene.
In Game View you can add new files to your project. In Scene View you can change the name of a GameObject.
The Inspector displays information about the selected GameObject, including all attached components and their parameters.
The Inspector displays a list of GameObjects in the scene.
What is displayed in the Inspector panel?
The Inspector displays information about the selected GameObject, including all attached components and their parameters.
The Inspector displays a list of prefabs.
The Inspector displays a list of GameObjects in the scene.
Game View is an interactive view of the scene you are creating and allows you to select, move objects, etc. Scene View displays a view of one of the cameras installed on your scene.
Game View displays a view of one of the cameras installed on your scene.
What is a GameObject? Choose the most correct option.
GameObject is the base object on all Unity scenes, it is a container for components.
GameObject is a basic object on all Unity scenes, allowing you to change the color of the material.
GameObject is a secondary object on all Unity scenes, contains the name of the selected object.
GameObject is a secondary object on all Unity scenes, contains the coordinates and rotation of the object.
GameObject is the base class for everything attached to a GameObject.
What is a component?
The Transform component defines Mass (mass), Velocity (speed), Drag (resistance) of objects in the scene. Every GameObject has a Transform.
A component is a basic Unity geometric object. A cube, sphere, etc.
Component is the base class for all special effects in Unity. Lighting, material, etc.
Component is the base class for everything attached to a GameObject. It contains elements of Unity functionality or script.
Transform component defines Color, Texture, Shader of objects in the scene. Not all GameObjects have Transform.
What is Transform?
The Transform component defines the Position, Rotation, and Scale of each object in the scene. Each GameObject has a Transform component
The Transform component defines the Color, Texture, and Shader of the objects in the scene. Not all GameObjects have Transform.
The Transform component determines the Color, Mode, Intencity of the lighting of objects in the scene. Each GameObject has a Transform component
Component is a base class for everything attached to a GameObject. It contains elements of Unity functionality or script.
Component is the base class for all special effects in Unity. etc.
What are 3D models made of?
3D models consist of points in space and triangles connecting these points.
3D models consist of a texture file and a surface.
3D models consist of a set of parameters that define the physical interaction with the physics engine.
3D models are the base class for anything attached to a GameObject.
3D models consist of points in space and lines connecting them.
What is Mesh in Unity3D?
Mesh is a mesh of polygons that make up any 3D object in computer graphics. A polygon, in turn, consists of vertices (vertices), edges (lines connecting two vertices to each other) and faces (the plane formed between edges).
Mesh is a coordinate grid in Scene View that allows you to precisely position objects on the scene.
Mesh is an image or movie file that is "stretched" over a 3D model or displayed flat on the screen.
Mesh is any GameObject displayed in Game View.
Mesh is an internal Unity class that allows you to create and modify 3D models using scripts.
What is Collider?
Collider is a component that defines the physical shape of an object to interact with the game physics.
Collider is a component that defines the mass of a GameObject.
Collider is an image or movie file that is "stretched" over a 3D model or displayed flat on the screen.
Collider is a component that defines the visual shape of an object to interact with the game's Renderer.
Collider is any 3D model that has a color.
What is Texture?
A texture is an image or movie file that is "stretched" over a 3D model or displayed flat on the screen.
A texture is any 3D model that has color.
Texture is the invisible boundaries of a scene that prevent the player from leaving the scene.
Texture is a GameObject's coordinate, rotation, scale parameters.
Texture is an element of Unity, defines how the GameObject works. A set of components.
What is Material?
Material is a Unity element that defines how a surface is rendered. It is a combination of parameters, textures and Shader.
Material is a Unity element that defines how a GameObject interacts with physics. A collection of mass, velocity, and resistance parameters.
Material is an element of Unity, defines how the GameObject is located. A set of coordinate, rotation, scale parameters.
Material is any GameObject saved in the project files.
Material is any component that has pre-defined parameters.
What is Prefab?
Prefab is any GameObject saved in the project files.
Prefab is any file saved in the project files.
Prefab is any component with pre-defined parameters.
Prefab is any object displayed on the scene.
Prefab is any 3D model that has a color.
What is a Parent object?
A parent object is a GameObject to which another GameObject is connected.
A parent object is a GameObject that is connected to another GameObject.
The parent object is a component connected to a GameObject.
A parent object is a GameObject to which at least one component is connected.
A parent object is a component with pre-defined parameters.
What is the difference between local (Local) and global (World) coordinates?
Local coordinates are relative to the parent GameObject, while global coordinates are relative to the center of the scene.
Local coordinates are relative to the center of the scene.
global coordinates are relative to the parent GameObject, and global coordinates are the same for all scenes.
global coordinates are the same for all scenes, while local coordinates are unique for a particular scene.
global coordinates determine how the surface is displayed.
What is Material?
Material is a Unity element that defines how a surface is rendered. It is a combination of parameters, textures and Shader.
Material is a Unity element that defines how a GameObject works. A collection of components.
Material is a Unity element, defines how the GameObject interacts with physics. The aggregate of mass, velocity, and drag parameters.
Material is a Unity element that defines how the GameObject is positioned. A set of coordinate, rotation, scale parameters.
Material is a Unity element that has pre-defined parameters.
What is a Shader?
Shader is a small script that contains mathematical formulas and algorithms to calculate the color of a surface or a single pixel.
Shader is a Unity component that contains the geometry of a 3D model. It works according to the parameters of the Transform component.
Shader
Shader is an additional system for processing any 3D image, it allows to improve the quality of graphics.
Unity can display low quality graphics without Shader.
