Skip to content

Commit b880131

Browse files
committed
Changed camera near and far planes for the basic lights 3d example
1 parent 2b9a3f9 commit b880131

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

render/basic_lights_3d/example/basic_lights_3d.collection

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -160,8 +160,8 @@ embedded_instances {
160160
" type: \"camera\"\n"
161161
" data: \"aspect_ratio: 1.0\\n"
162162
"fov: 0.7854\\n"
163-
"near_z: 0.1\\n"
164-
"far_z: 500.0\\n"
163+
"near_z: 1.0\\n"
164+
"far_z: 100.0\\n"
165165
"auto_aspect_ratio: 1\\n"
166166
"\"\n"
167167
"}\n"

0 commit comments

Comments
 (0)