-
```
When you have a Matrix4 and a Vector3 like this:
Matrix4([ 1.00 0.00 0.00 0.00
0.00 1.00 0.00 0.00
0.00 0.00 1.00 0.00
…
-
I'm in a similar situation to this question where I want to be able to rotate and transform the bounding box coordinates that copyRectify uses. I'm not so concerned about the structure to hold coordin…
-
If I create a blank folder and type `npm install gltf-pipeline`, I end up with about 96 MB downloaded to the folder. Of that, roughly 91 MB sits in `node_modules/cesium`. There's a full source tree,…
-
### Describe the project you are working on
I'm working on a 2D game with lots of procedural generation and data-driven visual effects. Being able to efficiently pass arrays and struct data to shad…
-
I'm trying to package gltf-SDK 1.9.5.0 for conan (with minimal modifications like std::powf replaced by std::pow, unvendoring of rapidjson, fix of installation folders).
I've written a simple cpp f…
-
### What happened?
I applied the transformation matrix to Cesium3DTileset and reapplied the initial value, but an error occurred.
![image](https://github.com/CesiumGS/cesium/assets/66579004/614e0693…
-
```
When you have a Matrix4 and a Vector3 like this:
Matrix4([ 1.00 0.00 0.00 0.00
0.00 1.00 0.00 0.00
0.00 0.00 1.00 0.00
…
-
```
When you have a Matrix4 and a Vector3 like this:
Matrix4([ 1.00 0.00 0.00 0.00
0.00 1.00 0.00 0.00
0.00 0.00 1.00 0.00
…
-
Will this be implemented or not?
I already find the Surface defination:
```rust
pub enum Surface {
/// Plane
Plane(Plane),
/// 3-dimensional B-spline surface
BSplineSurface(BSpl…
-
Minimize and then maximize the dmengine gives the error:
```
ERROR:SCRIPT: fixed_camera/fixed_camera.lua:47: argument #1 contains one or more values which are not numbers: vmath.matrix4(nan, 0, 0,…