TokyoSU

Results 17 issues of TokyoSU

Pretty all class of raylib-cpp have no constructor allowing that: ``` class ObjectName { public: ObjectName(); ~ObjectName(); void Load(const char* path); void Draw(raylib::Vector3 pos); private: raylib::Model model; }; ``` So...

Sorry to disturb you again but i found another problem: https://i.imgur.com/Ix7dOQb.png as you can see, i extract all image from this .img and the result: https://i.imgur.com/C0vSjnr.png some image are not...

Don't included GetCollisionInfo() since @asasas9500 decompiled it in this PR #27 Also dont include CalculateObjectLighting(), it's included in this PR #27

It's at: https://github.com/Arsunt/TR2Main/blob/5bec0d77667276d37eef4e4e23d295a06ae2a596/specific/init_input.cpp#L167

it's at: https://github.com/Arsunt/TR2Main/blob/5bec0d77667276d37eef4e4e23d295a06ae2a596/specific/init_input.cpp#L462 There is no chech for DX5 there. The right value for DX8 input is: DI8DEVTYPE_JOYSTICK (it have maybe the same value for it to work normally)

When exporting from blender with PRPEE, i get messup uv, it come with value like: 0.8333333 Some image to illustrate: In PView: ![panda3d](https://user-images.githubusercontent.com/77746747/164663112-71738b12-e310-4854-b5bb-88ad47251a2e.PNG) In Blender: ![blender](https://user-images.githubusercontent.com/77746747/164663468-43501753-0a1f-48d7-857f-1624796c724b.PNG) Texture: ![object_texture](https://user-images.githubusercontent.com/77746747/164663699-3e91e104-2d5a-4036-b617-8bb1c81f8970.PNG) My model...

bug

A new version was released, can you update to the latest please :)

Would it be possible to just click export with a animation checkbox and all animation would be in one file ? I have a model with 300+ animation and it...

- This include the ability to jump up and down 2/3/4 click height, jump pit of 1 or 2 block. - Fixed the running angle being 2 where it should...

Enhancement
Gameplay

Vasa asked if this feature could be added, seem like it was removed long ago, it could be added as an option, it's not a important feature.

Enhancement