矢速

Results 7 issues of 矢速

I wan't to create a high quality scene by using HDRP,the LightShafts is such a high quality works,so it's incompatible with HDRP is strange,right? ![image](https://user-images.githubusercontent.com/55224044/96328199-de7d4580-1072-11eb-8f52-8062802b5de9.png)

error when run "python build.py": '"mkdir build' 不是内部或外部命令,也不是可运行的程序

To create a rigidbody with my destination mass, in JoltPhysics docs' method, do following: ``` SphereShape shape = new(0.5f); MassProperties massProperties = shape.MassProperties; massProperties.ScaleToMass(10); BodyCreationSettings spherSettings = new(shape, new Double3(0,...

````` if (input_mesh.PositionsCount != 0) ObjLoader.SetMeshPositions(0, input_mesh.Positions, input_mesh.PositionsCount); if (input_mesh.NormalsCount != 0) ObjLoader.SetMeshNormals(0, input_mesh.Normals, input_mesh.NormalsCount); if (input_mesh.TexcoordsCount != 0) ObjLoader.SetMeshIndices(0, input_mesh.Indices, input_mesh.IndicesCount); ````` Why set indices with detection of texcoords...

error message: VUID-vkAcquireNextImageKHR-semaphore-01779(ERROR / SPEC): msgNum: 1461184347 - Validation Error: [ VUID-vkAcquireNextImageKHR-semaphore-01779 ] Object 0: handle = 0xea7170000000031, type = VK_OBJECT_TYPE_SEMAPHORE; | MessageID = 0x5717e75b | vkAcquireNextImageKHR(): Semaphore must not...

### Description of the changes: -Add Light year (ly) and Astronomical unit (AU) and Parsec (pc) to length unit convert, with all language localizations generated by ChatGPT. 1ly = 9460730472580800...

**Problem Statement** Add Light year (ly) and Astronomical unit (AU) and Parsec (pc) to length unit convert. 1ly = 9460730472580800 m, 1AU=149597870700 m. 1pc = 648000/π AU. **Evidence or User...

Enhancement