Giter VIP home page Giter VIP logo

pagoda's People

Contributors

diegoarjz avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

Forkers

dseeni

pagoda's Issues

Texture coordinate projection based on geometry's scope

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 along the horizontal axis.
  • scale_v: How much to scale along the vertical axis.
  • offset_u: How much to translate along the horizontal axis.
  • offset_v: How much to translate along the vertical axis.

Fix the Scheduler

The procedural graph scheduler is not executing the nodes in a correct order.
So far the breadth first approach has worked because there was a pattern in the way nodes were linked.

E.g.:

op1 -> out_interface1 -> in_interface1 -> op2

which balanced the nodes and they were executed correctly.

With the ParameterNode things like the following can happen, where op2 can be executed before any procedural object gets there.

par -> op2
op1 -> out_interface1 -> in_interface1 -> op2

Reimplement the graph reader

The current graph reader implementation is made up of remnants of first experiments with selscript and doesn’t support run time expressions.

Linking problems in unit tests (gtest and pthreads) for some environments.

In at least one Kubuntu environment, there have been linking issues when building the unit tests:

/usr/bin/ld: ../../libgtest.a(gtest-all.cc.o): in function `testing::internal::ThreadLocal<testing::TestPartResultReporterInterface*>::~ThreadLocal()':
gtest-all.cc:(.text._ZN7testing8internal11ThreadLocalIPNS_31TestPartResultReporterInterfaceEED2Ev[_ZN7testing8internal11ThreadLocalIPNS_31TestPartResultReporterInterfaceEED5Ev]+0x24): undefined reference to `pthread_getspecific'

Implement a Parameter node.

The parameter node should allow defining new parameters.
The node should also allow pushing the parameters into its output nodes, overwriting parameters with the same name
This way it is possible to easily define graph level parameters.

Implement the router node

The router node allows to filter and route incoming procedural objects to different outgoing nodes.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.