Форум

Сообщения, созданные пользователем Семенцов Роман
02 мая 2017 18:51
Hello
This video doesn't start on mobile devices because it requires an user action to start.
If you add an interface button and start the video on click callback, it will work well.
We haven't supported it because it's a code snippet, it should be simple
28 апреля 2017 17:16
What's about the flat shading?
28 апреля 2017 11:08
But currently it works only with smooth shading
If this workaround is OK for you, I can build the exporter, which can use both shading models (flat and smooth).
28 апреля 2017 11:06
Hello
Could you try to use Shape Keys?

28 апреля 2017 10:39
Hello

How do you change the behaviour of the shift key to do the opositte, run when pressed and walk without it being pressed?

You can change the Run Speed, it will be used when the shift button is pressed.

How do you use the motion_cb rewrite? Do you completely rewrite the motion_cb or do you add the funcionalities you need after the default callback is called?

motion_cb rewrite? We do not rewrite this callback. It's called when one of the movement buttons is pressed. It helps us to detect the direction of character movement.
27 апреля 2017 17:50
Можно ли запретить outlining-у просвечивать объекты?

Добрый день.
В настоящее время это делать нельзя, но мы добавили эту задачу в наш TODO список.
27 апреля 2017 17:36
Hello
Change the setting of character:
27 апреля 2017 17:11
Hello

Should I change the css

Yes, you should. You can find the CSS file in the project directory. Just change the width and height properties
25 апреля 2017 18:12
Hello
Please try to use the constant "left" and "top" values in %, for example:
#my_design {
position: absolute;
left: 10px;
top: 20px;
box-shadow: 0px 0px 10px rgb(180, 180, 200);
-webkit-box-shadow: 0px 0px 10px rgb(180, 180, 200);
background-color: #000;
border-radius: 20px 20px 20px 0px;
color: #fff;
box-sizing: border-box;
padding: 6px 12px 6px 12px;
box-shadow: 0 0 4px 2px #fff;
font-family: Arial;
font-weight: bold;
font-size: 12px;
line-height: 1.25;
}
21 апреля 2017 17:30
Could you show the character's settings from Blender? And the code lines from the script