Summer Sun

Results 8 issues of Summer Sun

### Package version 3.1.0-exp.4 ### Environment ```markdown * OS: Windows 11 * Unity version: 2021.3.10 * Graphics API: DirectX11 * Browser: Chrome 106 ``` ### Steps To Reproduce I ran...

bug

Hi, I want to know how to set/generate a transfer function myself, could you give me some suggenstion? Many thanks

我在UE Editor里面**手动创建**了一个Widget Blueprint的UI(名为MapEditorMain),Generate后在react-umg/index.d.ts中**自动生成**了对应的类定义如下: ```cs interface MapEditorMain_CProps extends UserWidgetProps { UberGraphFrame?: RecursivePartial; } class MapEditorMain_C extends React.Component { nativePtr: UE.MapEditor.UI.MapEditorMain.MapEditorMain_C; // UE.MapEditor未定义 } ``` 但`MapEditor`、`MapEditorMain`等类并未在ue.d.ts中生成定义(我本身也没有`MapEditor`类,`MapEditor`是我自己插件的名字),因而编译ts代码时报错 因为并没有打算在ts代码里控制UI,请问我应该如何避免我在UE中创建的UI被自动生成.d.ts定义? 感谢!

Hi all, I follow the instruction to use this plugin but it seems someting is missed: 1. Copy the asset folder into my unity project. 2. Attach the SystracePlugin.cs on...

There is a 2GB size limitation for JavaScript strings. Will there be any support for handling large files in JavaScript, such as file partitioning or other techniques? Thanks!

enhancement

Hi all, I have customized splat data with the y-axis pointing upwards (ground at y zero). However, when rendered with gsplat.js, it appears upside down. I have to set the...

enhancement

## Summary How to remove redundant newlines on trimmed members? ## Repro steps I want to trim internal members in my public release. Let's say a sample .d.ts file is...

When setting `kernel2DSize` to an integer in the viewer options, it will be assigned to the GLSL shader as an integer. For example, when setting: ```js // ... viewerOptions.kernel2DSize =...