JMA

Results 26 comments of JMA

Hmmm, it's weird, seems it stopped after download the first hdr cube texture: https://github.com/but0n/Ashes/blob/master/bvh.html#L94 It should be like this: ![image](https://user-images.githubusercontent.com/7625588/76154561-94be9b00-6132-11ea-8ac2-d6ee19461e99.png)

I tried again with following command and it works fine: ``` git clone --recursive https://github.com/but0n/Ashes.git a2 && cd a2 && yarn && yarn dev ``` Can you visit this website...

Thank you, can you go to the `gltfsamples` folder see is there has `DamagedHelmet.glb`?

Thank you, I will find a similar environment and try to figure out what's going on.

@Muini Yeah, I haven't upload HDR textures yet due to certain reasons, can you check out `568bb22` ? That version doesn't requires extra HDR textures. Thank you!

Thanks for your feedback! It should be fixed in the latest version.

http://blog.csdn.net/zujack/article/details/52460227 https://www.jianshu.com/p/bfc8327eaad3 ![image](https://user-images.githubusercontent.com/7625588/36522160-e157f66c-17d5-11e8-86ee-201b0d397d4a.png) 和WebGL相反, ol3d使用**行主序**(Row major), 左乘 ```c void ol3d_matrix_multi_v3(ol3d_Vector3_t *a, ol3d_matrix_t b) { ol3d_matrix_t temp = {a->x, a->y, a->z, 1}; ol3d_matrix_t result; for(unsigned char i = 0; i <...

## LookAt [右手坐标系下LookAt视图矩阵的推导](https://www.cnblogs.com/bluebean/p/5275541.html) [详解MVP矩阵之ViewMatrix](http://blog.csdn.net/silangquan/article/details/50987196)

http://learnopengl-cn.readthedocs.io/zh/latest/01%20Getting%20started/08%20Coordinate%20Systems/

![49797676-c0ff-4ffa-8ffd-491a022d48d1](https://user-images.githubusercontent.com/7625588/39510593-c9a2bba6-4e1c-11e8-8fa5-9975348b2e33.jpeg) ![63e5a820-842a-4164-859d-da91a8638302](https://user-images.githubusercontent.com/7625588/39510594-ca1314fa-4e1c-11e8-938a-6c32b0beeea2.jpeg) ![4c8069e8-ebb0-4954-86dc-0561095fcf95](https://user-images.githubusercontent.com/7625588/39510596-ca71d27e-4e1c-11e8-897e-f52c012fcd68.jpeg)