zhangiser
zhangiser
@ahuarte47 Thank for your reply.Yes,I has used -I option,and got a layer.json. But the CesiumJS not only need layer.json but also need metadata extension in 0/0/0.terrain and 0/1/0.terrain and every...
@ahuarte47 May i know if you will publish a new version recently?
@ahuarte47 LOL ,What a pity! I wish i can,but i can't,i'm not a C++ programmer.
@Gitwinters1973 May i know if the quantized-mesh produced by the docker CTB has metadata extension in 0/0/0.terrain and 0/1/0.terrain? I used CTB by this fork [https://github.com/ahuarte47/cesium-terrain-builder/tree/master-quantized-mesh](url),the quantized-mesh has **_no_** metadata...
maybe you are right,i'll try it later.and i'm curious about why there has no metadata extension in your quantized mesh,but cesium terrain layer could still work well?
@loicgasser > metadata extension in the terrain tile is optional. It is there to store extra arbitrary data, not used directly by Cesium to do any of the terrain rendering....
> > How do I get LuisaRenderPy? If I compile the code as stated in the installation instructions, it does not compile packages for Python. > > I have install...
@Evgeny105 `CMakeLists.txt` doesn't contains `project(LuisaRender LANGUAGES C CXX VERSION 0.1) line`, So can i add `include_directories(/usr/include/imgui)` at last? ```bash cmake_minimum_required(VERSION 3.18...3.21) cmake_policy(VERSION 3.18) cmake_policy(SET CMP0069 NEW) cmake_policy(SET CMP0072 NEW) cmake_policy(SET...
import os before import genesis,see [https://blog.csdn.net/xiangshangdemayi/article/details/144728092](url) eg: ```python import os os.environ['PYOPENGL_PLATFORM'] = 'glx' import genesis as gs gs.init(backend=gs.cuda) scene = gs.Scene() ```
I'm used win11 wsl ubuntu,run Hello Genesis got Error: CUDA_ERROR_NO_DEVICE: ```txt (torch) root@zhangiser-pc:/usr/Genesis-main# /root/miniconda3/envs/torch/bin/python /usr/Genesis-main/examples/tutorials/hello_genesis.py [Genesis] [09:35:05] [INFO] ╭─────────────────────────────────────────────────────────────────────────────────────╮ [Genesis] [09:35:05] [INFO] │┈┉┈┉┈┉┈┉┈┉┈┉┈┉┈┉┈┉┈┉┈┉┈┉┈┉┈┉┈┉┈┉┈┉┈┉┈┉ Genesis ┈┉┈┉┈┉┈┉┈┉┈┉┈┉┈┉┈┉┈┉┈┉┈┉┈┉┈┉┈┉┈┉┈┉┈┉┈┉│ [Genesis] [09:35:05] [INFO] ╰─────────────────────────────────────────────────────────────────────────────────────╯ [Genesis]...