분류 전체보기(94)
-
[의상 , 헤어]Vellum , Groom 2024.11.14
-
격투가 바닥 내려치기
모델링 외 본인제작 - 모델링 : houdini Test Geometry 게임적용 가능
2024.10.23 -
Houdini to Unity 불구덩이 2024.10.22
-
오딘 카메라 효과 2024.10.22
-
Houdini - ForceFluids 2024.09.27
-
최적화 테스트(Job,Burst)
기본 가상클래스using System.Collections; using System.Collections.Generic; using UnityEditor.Rendering; using UnityEngine; public abstract class CreateTest : MonoBehaviour { //테스트할 객체 public class Entity { public Entity(GameObject obj=null, Transform transform=null, float speed=0f) { _obj = obj; _transform = transform; _moveSpeed = speed; } public GameObject _obj; public Transform _transform; public fl..
2024.08.13