Michalis Kamburelis

Results 332 comments of Michalis Kamburelis
trafficstars

Adding info from the Discord: This ocurs on Windows (10?), with TCastleWindowBase, and any edit control like TCastleEdit.

1. The fact that you need to copy `data` manually makes it problematic. The templates are aimed for people who are beginners in CGE. This may be their first contact...

Confirmed, I can reproduce the problem. In https://github.com/castle-engine/demo-models , added [gltf/normal_maps_scaled_object](https://github.com/castle-engine/demo-models/tree/master/gltf/normal_maps_scaled_object) with Blender source and glTF output. Object that is scaled in Z by 1/10 in Object Mode has bump...

I see you use XFCE. 1. I wonder is the same problem on Windows? 2. We had to set `ShowInTaskBar` to `stAlways` on various forms in editor, possibly this is...

Actually the deprecation warnings are *only* about Google Play Games services, not about anything else, last I checked. We know about them, and they are exactly that: deprecation warnings. We'll...

Work on this is started in https://github.com/castle-engine/castle-engine/tree/google-play-games-upgrade . The code on that branch works - uses new Google Play Games API, not deprecated, - successfully sign-ins to Google Play Games,...

Usage of 1. `normalIndex` field 2. `texCoordIndex` field 3. `Normal` node prevents from batching. These *are* things possible to overcome at some point in the future. Although it will take...

@peardox Sorry it took so long to look into this. I see the model is not free (as least right now) on Sketchfab, so I cannot (well, without paying) download...

I am going to call this component_gallery or user_interface_components_gallery and this is an excellent idea. A number of pages, almost everything done by CGE editor, each page focused on 1...

Oh and this will make obsolete https://github.com/castle-engine/castle-engine/tree/master/examples/2d_standard_ui/show_various_ui_controls , so it will get removed. It has a similar purpose ("gallery of UI controls") but was not updated with many controls and...