在ThreeJS中的Nexus对象上进行Raycast

时间:2019-06-17 10:17:30

标签: three.js

我使用NexusJS在3种JS中加载模型,但是三个。Raycast在Nexus模型上不起作用。

我使用了GPUPicker,但是那也不起作用,并返回了一个未定义的对象

igData = from x in data
         let ig = x.GetValueOrDefault("IG")
         select new Dictionary<string, string>(headers.GetHalfHourlyTimeHeaders().ToDictionary(y => y, y => ig))
         {
             ["Date"] = x.GetValueOrDefault("DATE"),
             ["SP"] = x.GetValueOrDefault("SP"),
             ["IG"] = ig
         };

0 个答案:

没有答案