Donovan Hutchence

Results 241 comments of Donovan Hutchence

Hi @eddy18891, Yeah totally agree. We have plans to support glb in editor for sure, though no timeline as yet. Thanks!

Hi @Casval111 , Just generate the envAtlas yourself from the cubemap and set it directly on StandardMaterial.envAtlas on all materials that need it? > The envAtlas texture, generated by generatePrefilteredAtlas,...

Looks like the render target could be using a 16bit depth buffer instead of 24/32. cc @mvaligursky

If this is a depth buffer issue you could probably fix it with careful camera near and far settings. Have you tried optimising these for your scene? i.e. Set camera...

With the latest update playcanvas.d.ts looks as follows: ```javascript lightmapper: any; /** * The BatchManager. * * @type {typeof BatchManager} */ batchManager: any; /** * The XrManager. * * @type...

resource handler is being recast as an interface in types-fixup.js: ```javascript dts = dts.replace('export class ResourceHandler', 'export interface ResourceHandler'); ``` @willeastcott any idea why this is done?

The latest version (with constructor syntax) seems to work fine when compiling typescript and also generates docs. CI fails though.

Any idea if this change might alter physics behavior?

@yak32 presumably this requires just a slightly different content policy rule on our end?