Thanks for your great engine !
Sorry for my english...
i have recently played again with Skyline and was gladly surprised by the change of this version (1.02) !
my post will be decomposed in two parts: bugs and questions/requests.
I don't know if this is the good topic to post to, feel free to move it if not.
first part : bugs (or anomalies)
1) Changing the camera mode from "Custom" to "Orbit" and runnig the scene make app crash.(see skyline.log joined)
2) I was disapointed to not see my last micro-script loaded after a sudden crash of the editor,
it was in place a previous saved script in place even if i saved the script before the crash,
obliged me to rewrite the missing new parts...annoying.
So when the auto-saving is made perhaps save the micro-scripts too, please.
3) played a bit with quart.slerp function too with an entity (box) with physics body on purpose rotating on 45° on one axis
but despite my trials this function is acting weirdly and not smooth at all.
Perhaps i am not using the function as intented.
here is my code :
- Code: Select all
rot = newType.vec4(entity.getWorldOrientation(obj));
W,X,Y,Z = quat.slerp(0.1,rot.w,rot.x,rot.y,rot.z,rot.w,rot.x,rot.y,rot.z +45.0,1);
entity.setRotation(obj,X,Y,Z);
for the record: the rot.z value at rest : 0.0087...
on action: -2.7970...
i'm missing something here...
4) trying to setOrientation of the body put the world upside-down because my cube disapear in the ground instead of flying to the sky.
perhaps a bad code from my part though.
All in all, it was all problem i got so far and the remaining part of editor is very fun and easy to practice.
talking easy way, here is the
part two : questions / requests
1) could it be possible to have access by code at camera properties, like "camera.mode" "camera.custom properties" "camera.offset" etc..?
2) your api documentation is great, thank you for that. Will it be completed (examples and some functions not described) in the next future ?
3) Third Person player will be implemented soon ? or is it another way to make it work easily ?
That's all for the moment thank you for reading and continue the good work, by the way you said you will at work on monday the 6th ?...
hope it was this year... on monday the 7th !