Giter VIP home page Giter VIP logo

relaxrender's Introduction

another offline render.

conda env create --file environment.yml

conda install --file requirements.txt -y

pip install -e .

pytest --cov-report=html --cov=relaxrender --ignore=tests/test_relaxrender.py tests

relaxrender's People

Contributors

pipehappy1 avatar yguan14 avatar

Stargazers

 avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

relaxrender's Issues

在向Scene中添加三角形时list扩展遇到bug

在relaxrender.points.py中的Point3D_store类的add_point(self,p)方法的下列代码出现bug :
if self.size == self.cindex:
# tmp = np.empty((Points.chunk_size, Points.data_width))
self.data = np.concatenate((self.data,
np.empty((Points.chunk_size, Points.data_width))),
axis=0)

参数Points.data_width=Point3D.data_width + Color.data_width + Vector.data_width
在这里它的值为16,而self.data是一个3列的矩阵,导致拼接报错 @pipehappy1

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.