Diego Jesus

Results 15 issues of Diego Jesus

Implement a GeoJSON reader capable of processing features with parameters. For an initial version, simply importing polygons and parameters is enough.

Although useful for general scripting, its main purpose is to default missing parameters in node expressions. For example, features in GeoJSON usually don't have the same set of parameters which...

For example: ``` EachFace(geometry, [](Geometry* g, FaceHandle &f) { // Do whatever with the face handle and geometry. }); ```

Currently, ProceduralComponentSystems and ProceduralOperations are registered in ProceduralObjectSystem and OperationFactory during Pagoda construction. This should be done in the respective modules instead (e.g., geometry and material).

Implement an operation to project texture coordinates to vertices based on the scope. Parameters: - axis: Scope axis along which to project the coordinates. - scale_u: How much to scale...