-
As currently configured the torch scene isn't casting shadows. I think this is just adding the light to cull mask layer 2 but I'm fuzzy on the details off hand.
-
Noticing some significant fps drop when casting some skills like death stab, etc. From 100fps, becomes 60,or 60 becomes 40. then goes back up after the animation. The concern is this may impact perfor…
-
- How does one cast to non-optional Utf8 type?
- Why Int64 is not supported?
- Why not to do casting implicitly?
```
ydb> CREATE TABLE tst2(id Int64, foo Utf8 DEFAULT "xyz", PRIMARY KEY (id));
…
-
**Description**
When attempting to retrieve array values from Parameter Store using the Statsig Dart SDK (v1.2.1), the API consistently returns null or default values, even for the most basic retri…
-
Current state:
robotController = robotModel.cast(RobotController, args)
Wish:
robotController = RobotController(robotModel, args..)
the would require to override the `__init__` to accept another…
-
If type casting disabled and the function being decorated has no objects for injection, we may not decorate the original function, returning the original one.
This behavior is convenient for implem…
-
The following warnings are visibile in logs:
```bash
wrapper.cpp:85:27: warning: cast between incompatible function types from 'FARPROC' {aka 'long long int (*)()'} to 'init_embedder_local_func'…
-
## `type_local_variable_instead_of_casting`
Please respond with a better name if you have one. `prefer_type_annotation_over_cast`?
## Description
This rule encourages one to "cast" (generally…
-
A lidar sensor is best simulated using ray casting. Furthermore, the ability to find out "what lies in *that* direction" is generally useful. Currently, `QueryObject` does not provide any such query. …
-
**Your Godot version:**
3.4 stable
**Issue description:**
Ray-casting documentation states:
![grafik](https://user-images.githubusercontent.com/8405059/141686196-728f181b-497f-41d2-b90c-1c4bd5a1…