We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
무한한 공간좌표를 유한한 공간 내부 좌표로 변환시키는 함수는 CellController 클래스(simul 프로세스)에 있다.
LifeGame/client/core/artifacts/cell_controll.py
Line 235 in 7b2f30d
The text was updated successfully, but these errors were encountered:
필드는 유한한 크기여야 한다. 또한 y축의 다른 층은 3차원 시뮬레이션때 사용하므로 그곳을 사용하는것도 불가능하다. 이것은 필연적인 문제라고 생각된다.
Sorry, something went wrong.
무한한 공간좌표를 유한한 공간 내부 좌표로 변환시키는 함수는 CellController 클래스에 있다. 세포 렌더링시 발생하는 KeyError의 원인이 이것이었다.
이것을 Prophecy 클래스가 함께 연산해준다면 문제가 해결될것 같다
Prophect클래스가 연산한다고 해결되지 않는다. 좌표가 겹치는건 절대적 사실이기때문이다. 하나의 공간을 두개의 세포가 사용할 수 없다.
No branches or pull requests
무한한 공간좌표를 유한한 공간 내부 좌표로 변환시키는 함수는 CellController 클래스(simul 프로세스)에 있다.
LifeGame/client/core/artifacts/cell_controll.py
Line 235 in 7b2f30d
The text was updated successfully, but these errors were encountered: