Skip to content

Commit 5d233ba

Browse files
committed
USDSceneTest test : Add missing test file
1 parent 798e7af commit 5d233ba

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed
Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
#usda 1.0
2+
3+
def SphereLight "SpotLight23" (
4+
apiSchemas = ["ShapingAPI"]
5+
)
6+
{
7+
color3f inputs:color = (1, 1, 1)
8+
float inputs:colorTemperature = 6500
9+
bool inputs:enableColorTemperature = 0
10+
float inputs:exposure = 0
11+
float inputs:intensity = 30000
12+
float inputs:radius = 0
13+
float inputs:shaping:cone:angle = 66
14+
float inputs:shaping:cone:softness = 1
15+
bool treatAsPoint = 1
16+
token visibility = "inherited"
17+
matrix4d xformOp:transform = ( (0.9672808051109314, -0.21715188026428223, 0.1311977356672287, 0), (-0.05085674673318863, 0.3406679034233093, 0.9388070106506348, 0), (-0.24855859577655792, -0.9147622585296631, 0.3184778690338135, 0), (20949.08203125, 2227.8759765625, 528.5748901367188, 1) )
18+
uniform token[] xformOpOrder = ["xformOp:transform"]
19+
}

0 commit comments

Comments
 (0)