Type Alias: ScreenSpaceRayResponse
type ScreenSpaceRayResponse = {
entity_rtid: RTID;
position: Vec3;
normal: Vec3;
};
Defined in: node_modules/@3dverse/livelink.core/dist/_prebuild/messages/gateway/queries/ScreenSpaceRayQuery.d.ts:14
Type declaration
Name | Type |
---|---|
entity_rtid | RTID |
position | Vec3 |
normal | Vec3 |