orillusion icon indicating copy to clipboard operation
orillusion copied to clipboard

Orillusion is a pure Web3D rendering engine which is fully developed based on the WebGPU standard.

Results 82 orillusion issues
Sort by recently updated
recently updated
newest added

fix: sub geometry can't be render success. fix: normal of planeZ

bug

prevent shadow flashing on animation samples

bug

The `Engine3D` could be destroyed and re-create in one window context ```js async function demo(){ //init first Engine3D instance await Engine3D.init() // ... // Destroy it later await Engine3D.destroy() //init...

feature
suggestion

Add samples about pick. And outlinePost used in sample.

feature

使用 [Engine3D.res.loadGltf](https://www.orillusion.com/api/classes/Res.html#loadgltf) 来加载 glb 模型,无法加载某些glb文件,问题如下图 ![image](https://user-images.githubusercontent.com/74035710/225915002-da66e2d0-5abe-4d61-8687-241a7124cebc.png) 无法加载的模型文件为https://github.com/mrdoob/three.js/tree/dev/examples/models/gltf 下的Horse.glb 部分模型可以加载 ![image](https://user-images.githubusercontent.com/74035710/225917995-9fa1cd58-094c-40f5-8f70-1ab8899b05f7.png) ![2](https://user-images.githubusercontent.com/74035710/225918058-b220c0e4-541c-4b39-8e03-ea33b1835141.png) 可以加载的模型为https://github.com/mrdoob/three.js/tree/dev/examples/models/gltf 下的Flower.glb和BoomBox.glb,暂时只尝试了这三个模型,希望能够优化或者在文档中提示一下。 Chrome 版本 113.0.5657.0(正式版本)canary (64 位) Vite +Vue3

bug

- Collider - Add cylinder preset - UI adds some after effects - eg: frosted glass, color overlay mode, etc. - Text allows gradient colors, shadows, Vertical text, right to...

suggestion

## Describe the bug onCompute function in meshRendererhas some action , but some static mesh not use this function . this is a waste of resources . you can create...

bug

This is very important to use the engine, otherwise it is very inefficient to adjust to the appropriate parameters. In the test, the debug method of many components has not...

## WebGIS大地坐标系统 在常规的gis引擎中需要双精度来准确的描述地理信息,在webgpu中没有双精度; 在低级别中对精度要求不高的情况: ![image](https://github.com/Orillusion/orillusion/assets/92559206/f6d308b8-50a0-4dcb-892b-4bd4ee11548a) 在高级别中对精度要求较高的情况: ![image](https://github.com/Orillusion/orillusion/assets/92559206/14c872d9-bc7a-4c2f-a4c3-f71a010902df)

wait