The initial scene is divided into tiles. Each tile has a randomly generated object.
There are six possible rendering modes for objects: light only, texture only, light + texture, light + bump, light + texture + bump, cubemap.
Objects have three drawing modes: fill (triangle), line, and point.
A point light source follows the camera to the nearest tile and rotate around the center of the tile.
- Hierarchy tree:
- Displayed at the left of the page.
- Selected primitive have
<-
on the right.
- Selected primitive:
- After creating a new primitive, it becomes the current selected primitive.
- Use up/down arrow key to go up/down in the hierarchy tree.
- Use left/right arrow key to move among the siblings.
- Creating new primitives:
- Click buttons and enter parameters to create a new cube/cylinder/sphere/model.
- Newly created primitive will be the child of the selected primitive and placed at
(0, 1, 0)
position relative to the selected primitive.
- Deleting the selected primitive:
- Click
Delete
button. - Use
Delete
key.
- Click
- Moving:
- Use the key to control the camera:
w
: move forwards
: move backwarda
: rotate leftd
: rotate rightq
: rotate downe
: rotate up
- Use the key to move root forward/backward/left/right/up/down.
W
: forwardS
: backwardA
: leftD
: rightQ
: upE
: down
- Click
Translate
button, then hold and move mouse left/right to move on the current axis.
- Use the key to control the camera:
- Rotating:
- Click
Rotate
button, then hold and move mouse left/right to rotate about the current axis. - For camera only:
- Use
P/p
to adjust pitch. - Use
Y/y
to adjust yaw. - Use
R/r
to adjust roll.
- Use
- Click
- Scaling:
- Click
Scale
button, then hold and move mouse left/right to scale on the current axis.
- Click
- Setting the current axis to translate/rotate/scale:
- Click
X
,Y
,Z
buttons.
- Click
- Setting the selected primitive's color:
- Pick a color and click
Set Color
button.
- Pick a color and click
- Setting the light's color:
- Pick a color and click
Set Light Color
button.
- Pick a color and click
- Setting the drawing mode:
- Click
Fill
,Line
,Point
buttons.
- Click
- Setting the rendering mode:
- Click
Light
,Texture
,Light+Texture
,Light+Bump
,Light+Texture+Bump
,Cube Mapping
buttons.
- Click
Chrome Version 79.0.3945.45 (Official Build) beta (64-bit)