-
-
Notifications
You must be signed in to change notification settings - Fork 166
chore(cientos): new docs on nuxt #1208
New issue
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
base: main
Are you sure you want to change the base?
Conversation
❌ Deploy Preview for tresjs-lab failed. Why did it fail? →
|
✅ Deploy Preview for tresjs-docs ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
@tresjs/cientos
@tresjs/core
@tresjs/eslint-config
@tresjs/leches
@tresjs/nuxt
@tresjs/post-processing
commit: |
- Structure of the index in each section - Map controls
- add /cientos folder to public with images
✅ Deploy Preview for tresjs-lab ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
- All shapes now have proper playground on demos
- Grid - Helper - LOD - Stats -StatsGl
- AccumulativeShadows - BakeShadows - CircleShadow - ContactShadow - Lensflare - RandomizedLights - SoftShadows - Stage All with demos
Merge sampler and useSurfaceSampler on one page.
- AnimatedSprites - CubeCamera - Fbo (and useFbo) - GradientTexture - Image -MarchingCubes -Reflector -Text3D
- Bounds - MouseParallax - PositionalAudio - GlobalAudio - useAnimation - useGltfExporter - useInteresct Html was added to "object" section
Fix abstractions index page add align tweak panel
…og:eslint for improved module resolution
… improved module resolution
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@JaimeTorrealba, this file should be added to the gitignore. We should consider adding one like this on the root in another PR.
For now, the linting should have the final word.
- Glass material should be replace by MeshRefractionMaterial - Add missing props in docs for ReflectionMaterial
Note HTML componen will soon be upgrade so no change there yet
| "tsdown": "^0.15.4" | ||
| } | ||
| } | ||
| } |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@JaimeTorrealba this is the change that its breaking the linting on the CI.
Did you trigger it via IDE or via de --fix command? I would probably revert it since its not part of the scope of this PR
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
100% I haven't touched that file manually, have to be when I did a --fix globally or something similar
No description provided.