We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
json场景文件配置说明2.0中仍遗漏许多信息,例如在scenes/testball/scene.json中出现的disney材质未在文档中提及,其中的若干参数也未有说明,其中 "entities" 中的各entities的属性也无说明 ...... 并且,场景文件配置说明中仅说明选项的含义,也没有提到那些选项是必选的,那些是可选,可选选项的默认值是多少,选项属性值支持的范围等重要信息。 另外,若scene.json配置文件出错(例如漏了某些必选项,或用了一些不支持的值)渲染器运行时的结果只有segmentfault,没有例如具体漏了哪个选项等提示信息。(我大概看了下相关源码,基本上就是假设json一定正确而直接未检查地使用,也有遇到未支持的值不报错就直接return nullptr的)
The text was updated successfully, but these errors were encountered:
@ChenxiZhou0619
Sorry, something went wrong.
@xiaoyaoing
orbitchen
xiaoyaoing
ChenxiZhou0619
No branches or pull requests
json场景文件配置说明2.0中仍遗漏许多信息,例如在scenes/testball/scene.json中出现的disney材质未在文档中提及,其中的若干参数也未有说明,其中 "entities" 中的各entities的属性也无说明 ......
并且,场景文件配置说明中仅说明选项的含义,也没有提到那些选项是必选的,那些是可选,可选选项的默认值是多少,选项属性值支持的范围等重要信息。
另外,若scene.json配置文件出错(例如漏了某些必选项,或用了一些不支持的值)渲染器运行时的结果只有segmentfault,没有例如具体漏了哪个选项等提示信息。(我大概看了下相关源码,基本上就是假设json一定正确而直接未检查地使用,也有遇到未支持的值不报错就直接return nullptr的)
The text was updated successfully, but these errors were encountered: