File size: 410 Bytes
b236932 | 1 2 3 4 5 6 7 8 9 10 11 12 13 | # Copyright 2020 Google LLC.
#
# This work is licensed under the Creative Commons Attribution 4.0
# International License. To view a copy of this license, visit
# http://creativecommons.org/licenses/by/4.0/ or send a letter
# to Creative Commons, PO Box 1866, Mountain View, CA 94042, USA.
newmtl material_0
# shader_type beckmann
map_Kd texture.png
# Kd: Diffuse reflectivity.
Kd 1.000000 1.000000 1.000000
|